fix
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ GradioApp = gr.mount_gradio_app(app, demo, path="/", ssr_mode=False);
|
|
| 76 |
|
| 77 |
if __name__ == '__main__':
|
| 78 |
print("Running uviconr...");
|
| 79 |
-
uvicorn.run(GradioApp,
|
| 80 |
|
| 81 |
|
| 82 |
|
|
|
|
| 76 |
|
| 77 |
if __name__ == '__main__':
|
| 78 |
print("Running uviconr...");
|
| 79 |
+
uvicorn.run(GradioApp, host="0.0.0.0", port=7860)
|
| 80 |
|
| 81 |
|
| 82 |
|