geronimo-pericoli
commited on
Commit
•
30c49c2
1
Parent(s):
dd5b842
Update app.py
Browse files
app.py
CHANGED
@@ -254,5 +254,5 @@ with gr.Blocks(theme='sudeepshouche/minimalist') as demo:
|
|
254 |
|
255 |
#response.change(visible, [], [btn_graph])
|
256 |
|
257 |
-
demo.queue()
|
258 |
demo.launch()
|
|
|
254 |
|
255 |
#response.change(visible, [], [btn_graph])
|
256 |
|
257 |
+
demo.queue(default_concurrency_limit=20)
|
258 |
demo.launch()
|