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