Spaces:
Sleeping
Sleeping
Commit
·
0ce425b
1
Parent(s):
c599045
Code fixing
Browse files
app.py
CHANGED
|
@@ -802,6 +802,8 @@ async def main():
|
|
| 802 |
|
| 803 |
# Mount FastRTC stream to the Gradio app
|
| 804 |
stream.mount(app)
|
|
|
|
|
|
|
| 805 |
|
| 806 |
# Launch the app
|
| 807 |
app.launch(
|
|
|
|
| 802 |
|
| 803 |
# Mount FastRTC stream to the Gradio app
|
| 804 |
stream.mount(app)
|
| 805 |
+
+ # Mount FastRTC stream to the underlying FastAPI app
|
| 806 |
+
+ stream.mount(app.app)
|
| 807 |
|
| 808 |
# Launch the app
|
| 809 |
app.launch(
|