yanyihan-xiaomi commited on
Commit
f07fca5
·
1 Parent(s): 0d38c81

Remove demo queue concurrency limit

Browse files

Eliminate the concurrency limit parameter from the demo queue in the main function to simplify the launch process.

Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -525,9 +525,6 @@ def main():
525
  inputs=[],
526
  outputs=[title_markdown, preset_character_dropdown, preset_voice_dropdown],
527
  )
528
- demo.queue(
529
- default_concurrency_limit=concurrency_limit,
530
- )
531
 
532
  demo.launch()
533
 
 
525
  inputs=[],
526
  outputs=[title_markdown, preset_character_dropdown, preset_voice_dropdown],
527
  )
 
 
 
528
 
529
  demo.launch()
530