Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -409,4 +409,4 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue", secondary_hue="red"))
|
|
| 409 |
)
|
| 410 |
|
| 411 |
# Spaces calls launch() automatically
|
| 412 |
-
demo.queue(concurrency_count=1, max_size=
|
|
|
|
| 409 |
)
|
| 410 |
|
| 411 |
# Spaces calls launch() automatically
|
| 412 |
+
demo.queue(concurrency_count=1, max_size=10).launch()
|