MAZALA2024 commited on
Commit
ac3468f
·
verified ·
1 Parent(s): b36f420

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ iface = gr.Interface(
59
  gr.Textbox(label="Audio URI")
60
  ],
61
  title="Text-to-Speech Conversion",
62
- concurrency_limit=10 # Set the concurrency limit here
63
  )
64
 
65
  # Launch the interface
 
59
  gr.Textbox(label="Audio URI")
60
  ],
61
  title="Text-to-Speech Conversion",
62
+ concurrency_limit=100 # Set the concurrency limit here
63
  )
64
 
65
  # Launch the interface