Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
|
|
|
| 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()
|