Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -453,4 +453,4 @@ with gr.Blocks(css=css) as demo:
|
|
| 453 |
queue=False
|
| 454 |
)
|
| 455 |
|
| 456 |
-
demo.queue(max_size=12).launch(share=False, show_error=True
|
|
|
|
| 453 |
queue=False
|
| 454 |
)
|
| 455 |
|
| 456 |
+
demo.queue(max_size=12).launch(share=False, show_error=True)
|