Spaces:
Sleeping
Sleeping
Commit
·
cc24e0b
1
Parent(s):
0ce425b
Code fixing
Browse files
app.py
CHANGED
@@ -802,8 +802,8 @@ async def main():
|
|
802 |
|
803 |
# Mount FastRTC stream to the Gradio app
|
804 |
stream.mount(app)
|
805 |
-
|
806 |
-
|
807 |
|
808 |
# Launch the app
|
809 |
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(
|