Spaces:
Running
on
A10G
Running
on
A10G
Increase the queue size
#21
by
dneumann
- opened
app.py
CHANGED
@@ -241,5 +241,5 @@ io = gr.Interface(
|
|
241 |
article=article,
|
242 |
examples=[['example01.jpg'], ['example02.jpg']]
|
243 |
)
|
244 |
-
io.queue(max_size=
|
245 |
io.launch()
|
|
|
241 |
article=article,
|
242 |
examples=[['example01.jpg'], ['example02.jpg']]
|
243 |
)
|
244 |
+
io.queue(max_size=1000)
|
245 |
io.launch()
|