Saiyaswanth007 commited on
Commit
cc24e0b
·
1 Parent(s): 0ce425b

Code fixing

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -802,8 +802,8 @@ async def main():
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(
 
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(