Spaces:
Runtime error
Runtime error
increase batch size
Browse files- app_batched.py +1 -1
app_batched.py
CHANGED
@@ -129,4 +129,4 @@ with gr.Blocks() as demo:
|
|
129 |
for more details.
|
130 |
""")
|
131 |
|
132 |
-
demo.queue(max_size=
|
|
|
129 |
for more details.
|
130 |
""")
|
131 |
|
132 |
+
demo.queue(max_size=60).launch()
|