Update app.py
Browse files
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=
|
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
|