AnshulS commited on
Commit
55baf28
·
verified ·
1 Parent(s): b1ba5f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,5 +105,5 @@ from gradio.routes import mount_gradio_app
105
  app = mount_gradio_app(app, gr_interface, path="/")
106
 
107
  # === Run App ===
108
- if __name__ == "__main__":
109
- uvicorn.run(app, host="0.0.0.0", port=7860)
 
105
  app = mount_gradio_app(app, gr_interface, path="/")
106
 
107
  # === Run App ===
108
+ # if __name__ == "__main__":
109
+ # uvicorn.run(app, host="0.0.0.0", port=7860)