LiuZichen commited on
Commit
f1cf9b9
·
verified ·
1 Parent(s): 7a7231c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -443,5 +443,5 @@ async def segmentation(request: Request):
443
  app = gr.mount_gradio_app(app, demo, "/")
444
 
445
  if __name__ == "__main__":
446
- uvicorn.run(app, host="0.0.0.0", port=7860)
447
- # demo.launch()
 
443
  app = gr.mount_gradio_app(app, demo, "/")
444
 
445
  if __name__ == "__main__":
446
+ # uvicorn.run(app, host="0.0.0.0", port=7860)
447
+ demo.launch()