Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,4 +67,4 @@ iface = gr.Interface(
|
|
| 67 |
app = gr.mount_gradio_app(app, iface, path="/gradio")
|
| 68 |
|
| 69 |
if __name__ == "__main__":
|
| 70 |
-
uvicorn.run(app, host="0.0.0.0")
|
|
|
|
| 67 |
app = gr.mount_gradio_app(app, iface, path="/gradio")
|
| 68 |
|
| 69 |
if __name__ == "__main__":
|
| 70 |
+
uvicorn.run(app, host="0.0.0.0",port=7860)
|