Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1365,7 +1365,7 @@ def create_ui(app_config: ApplicationConfig):
|
|
1365 |
else:
|
1366 |
print("Queue mode disabled - progress bars will not be shown.")
|
1367 |
|
1368 |
-
demo.launch(inbrowser=app_config.autolaunch, share=
|
1369 |
ssr_mode=False) # [Gradio 5.x] ERROR: Exception in ASGI application
|
1370 |
|
1371 |
# Clean up
|
|
|
1365 |
else:
|
1366 |
print("Queue mode disabled - progress bars will not be shown.")
|
1367 |
|
1368 |
+
demo.launch(inbrowser=app_config.autolaunch, share=True, server_name=app_config.server_name, server_port=find_free_port(),
|
1369 |
ssr_mode=False) # [Gradio 5.x] ERROR: Exception in ASGI application
|
1370 |
|
1371 |
# Clean up
|