Spaces:
Running
on
Zero
Running
on
Zero
Update app.py (#6)
Browse files- Update app.py (d1476d882e580d7bcb46b4e3396145b3c5ef3d7c)
app.py
CHANGED
|
@@ -409,4 +409,4 @@ with gr.Blocks(css=".wrap textarea {font-family: ui-monospace, SFMono-Regular, M
|
|
| 409 |
)
|
| 410 |
|
| 411 |
if __name__ == "__main__":
|
| 412 |
-
demo.queue(
|
|
|
|
| 409 |
)
|
| 410 |
|
| 411 |
if __name__ == "__main__":
|
| 412 |
+
demo.queue(max_size=32).launch()
|