Spaces:
Running
Running
Commit
·
c50bfcb
1
Parent(s):
236d066
debug false
Browse files
app.py
CHANGED
@@ -525,4 +525,4 @@ with gr.Blocks(theme=theme, title="Voxtral Pro", css=custom_css) as demo:
|
|
525 |
|
526 |
if __name__ == "__main__":
|
527 |
demo.queue(default_concurrency_limit=20, max_size=40)
|
528 |
-
demo.launch(debug=
|
|
|
525 |
|
526 |
if __name__ == "__main__":
|
527 |
demo.queue(default_concurrency_limit=20, max_size=40)
|
528 |
+
demo.launch(debug=False, max_threads=20)
|