Saiyaswanth007 commited on
Commit
7bc4c94
·
1 Parent(s): cc24e0b

Code fixing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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