Spaces:
Running
on
L4
Running
on
L4
update max queue size to 20.
Browse files
app.py
CHANGED
|
@@ -290,5 +290,5 @@ demo = gr.Interface(
|
|
| 290 |
['05.jpg', True, True, 2, 0.1]
|
| 291 |
])
|
| 292 |
|
| 293 |
-
demo.queue(api_open=False, concurrency_count=2, max_size=
|
| 294 |
demo.launch()
|
|
|
|
| 290 |
['05.jpg', True, True, 2, 0.1]
|
| 291 |
])
|
| 292 |
|
| 293 |
+
demo.queue(api_open=False, concurrency_count=2, max_size=20)
|
| 294 |
demo.launch()
|