Spaces:
Sleeping
Sleeping
Liu Yiwen
commited on
Commit
·
0edb9ff
1
Parent(s):
e6303fa
losta_explorer v0.3.0
Browse files
app.py
CHANGED
@@ -349,4 +349,4 @@ with gr.Blocks() as demo:
|
|
349 |
if __name__ == "__main__":
|
350 |
|
351 |
app = gr.mount_gradio_app(app, demo, path="/")
|
352 |
-
uvicorn.run(app, host="
|
|
|
349 |
if __name__ == "__main__":
|
350 |
|
351 |
app = gr.mount_gradio_app(app, demo, path="/")
|
352 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|