Spaces:
Running
Running
alptangall
commited on
Commit
•
be126a1
1
Parent(s):
96b8d7c
Update app.py
Browse files
app.py
CHANGED
@@ -156,6 +156,6 @@ with gr.Blocks() as demo:
|
|
156 |
This space hosts the huggingbots discord bot.
|
157 |
Currently supported models are Falcon and DeepfloydIF
|
158 |
""")
|
159 |
-
demo.queue(concurrency_count=100)
|
160 |
-
demo.queue(max_size=100)
|
161 |
demo.launch()
|
|
|
156 |
This space hosts the huggingbots discord bot.
|
157 |
Currently supported models are Falcon and DeepfloydIF
|
158 |
""")
|
159 |
+
#demo.queue(concurrency_count=100)
|
160 |
+
#demo.queue(max_size=100)
|
161 |
demo.launch()
|