Spaces:
Runtime error
Runtime error
Commit
·
0b4edca
1
Parent(s):
f115855
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -148,4 +148,4 @@ demo = gr.Interface(
|
|
148 |
outputs=[gr.Textbox(), "html"],
|
149 |
)
|
150 |
|
151 |
-
demo.queue(
|
|
|
148 |
outputs=[gr.Textbox(), "html"],
|
149 |
)
|
150 |
|
151 |
+
demo.queue(concurrency_count=512, max_size=512).launch()
|