CultriX commited on
Commit
c91ff7e
·
verified ·
1 Parent(s): f360106

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=app_config.share, 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
 
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