Spaces:
Sleeping
Sleeping
Commit
·
7bc4c94
1
Parent(s):
cc24e0b
Code fixing
Browse files
app.py
CHANGED
@@ -801,7 +801,7 @@ async def main():
|
|
801 |
app = create_interface()
|
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 |
|
|
|
801 |
app = create_interface()
|
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 |
|