Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -351,7 +351,6 @@ with gr.Blocks(css=css) as demo:
|
|
351 |
|
352 |
demo.unload(cleanup)
|
353 |
|
354 |
-
demo.queue(
|
355 |
-
max_size=20) # optional: allow 20 waiting jobs
|
356 |
|
357 |
demo.launch(share=True)
|
|
|
351 |
|
352 |
demo.unload(cleanup)
|
353 |
|
354 |
+
demo.queue()
|
|
|
355 |
|
356 |
demo.launch(share=True)
|