fix
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ print("Mounting app...");
|
|
| 74 |
GradioApp = gr.mount_gradio_app(app, demo, path="/", ssr_mode=False);
|
| 75 |
|
| 76 |
|
| 77 |
-
|
| 78 |
|
| 79 |
if __name__ == '__main__':
|
| 80 |
print("Running uviconr...");
|
|
|
|
| 74 |
GradioApp = gr.mount_gradio_app(app, demo, path="/", ssr_mode=False);
|
| 75 |
|
| 76 |
|
| 77 |
+
demo.close();
|
| 78 |
|
| 79 |
if __name__ == '__main__':
|
| 80 |
print("Running uviconr...");
|