lunarflu HF Staff commited on
Commit
ea3dcdc
·
1 Parent(s): f82ba90

concurrency_count = 100

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=20)
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()