Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -297,4 +297,4 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
297 |
""")
|
298 |
|
299 |
if __name__ == "__main__":
|
300 |
-
demo.queue(max_size=
|
|
|
297 |
""")
|
298 |
|
299 |
if __name__ == "__main__":
|
300 |
+
demo.queue(max_size=50).launch(show_api=False)
|