Spaces:
Running
on
Zero
Running
on
Zero
get rid of concurrency_limit
Browse files
app.py
CHANGED
@@ -428,8 +428,7 @@ with gr.Blocks(css=css) as demo:
|
|
428 |
caption,
|
429 |
retry_btn,
|
430 |
result
|
431 |
-
]
|
432 |
-
concurrency_limit = 4
|
433 |
)
|
434 |
|
435 |
demo.queue(max_size=16).launch(show_api=False, show_error=True)
|
|
|
428 |
caption,
|
429 |
retry_btn,
|
430 |
result
|
431 |
+
]
|
|
|
432 |
)
|
433 |
|
434 |
demo.queue(max_size=16).launch(show_api=False, show_error=True)
|