lunarflu
commited on
Commit
·
ea3dcdc
1
Parent(s):
f82ba90
concurrency_count = 100
Browse files
app.py
CHANGED
|
@@ -104,5 +104,5 @@ with gr.Blocks() as demo:
|
|
| 104 |
This space hosts the huggingbots discord bot.
|
| 105 |
Currently supported models are Falcon and DeepfloydIF
|
| 106 |
""")
|
| 107 |
-
demo.queue(concurrency_count=
|
| 108 |
demo.launch()
|
|
|
|
| 104 |
This space hosts the huggingbots discord bot.
|
| 105 |
Currently supported models are Falcon and DeepfloydIF
|
| 106 |
""")
|
| 107 |
+
demo.queue(concurrency_count=100)
|
| 108 |
demo.launch()
|