camenduru commited on
Commit
2630ece
1 Parent(s): ef99749

Update easy-infer.py

Browse files
Files changed (1) hide show
  1. easy-infer.py +1 -1
easy-infer.py CHANGED
@@ -446,7 +446,7 @@ with gr.Blocks(theme=gr.themes.Base()) as app:
446
  [vc_output1, vc_output2]
447
  )
448
  if iscolab:
449
- app.launch(share=True)
450
  else:
451
  app.queue(concurrency_count=511, max_size=1022).launch(
452
  server_name="0.0.0.0",
 
446
  [vc_output1, vc_output2]
447
  )
448
  if iscolab:
449
+ app.queue().launch(share=True)
450
  else:
451
  app.queue(concurrency_count=511, max_size=1022).launch(
452
  server_name="0.0.0.0",