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()
|