MAZALA2024 commited on
Commit
3ae57b7
·
verified ·
1 Parent(s): 54ce78d

Update app_parallel.py

Browse files
Files changed (1) hide show
  1. app_parallel.py +1 -1
app_parallel.py CHANGED
@@ -55,6 +55,6 @@ iface = gr.Interface(
55
  gr.Textbox(label="Audio URI")
56
  ],
57
  title="Text-to-Speech Conversion"
58
- ).queue(default_concurrency_limit=6) # Set concurrency limit to 6 based on your hardware
59
 
60
  iface.launch()
 
55
  gr.Textbox(label="Audio URI")
56
  ],
57
  title="Text-to-Speech Conversion"
58
+ ).queue(default_concurrency_limit=20) # Set concurrency limit to 6 based on your hardware
59
 
60
  iface.launch()