Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
bf7fab9
1
Parent(s):
27032e7
Update app.py
Browse files
app.py
CHANGED
@@ -272,4 +272,4 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
272 |
gr.Markdown("⚠️users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
273 |
|
274 |
if __name__ == "__main__":
|
275 |
-
demo.queue(max_size=
|
|
|
272 |
gr.Markdown("⚠️users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
273 |
|
274 |
if __name__ == "__main__":
|
275 |
+
demo.queue(max_size=30).launch()
|