Blane187 commited on
Commit
47b6aab
·
verified ·
1 Parent(s): 7d14597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -395,12 +395,5 @@ with gr.Blocks(title="🔊",theme=gr.themes.Base(primary_hue="rose",neutral_hue=
395
  api_name="train_start_all",
396
  )
397
 
398
- if config.iscolab:
399
- app.queue(concurrency_count=511, max_size=1022).launch(share=True)
400
- else:
401
- app.queue(concurrency_count=511, max_size=1022).launch(
402
- server_name="0.0.0.0",
403
- inbrowser=not config.noautoopen,
404
- server_port=config.listen_port,
405
- quiet=True,
406
- )
 
395
  api_name="train_start_all",
396
  )
397
 
398
+ app.launch(share=True)
399
+