Spaces:
Runtime error
Runtime error
Commit
·
5a72aa9
1
Parent(s):
cedc9e6
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ app = gr.mount_gradio_app(app, block, path="/")
|
|
59 |
|
60 |
# serve the app
|
61 |
if __name__ == "__main__":
|
62 |
-
uvicorn.run(app, host="
|
63 |
|
64 |
# run the app with
|
65 |
# python app.py
|
|
|
59 |
|
60 |
# serve the app
|
61 |
if __name__ == "__main__":
|
62 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|
63 |
|
64 |
# run the app with
|
65 |
# python app.py
|