Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
3960c94
1
Parent(s):
62a74cd
Update app.py
Browse files
app.py
CHANGED
@@ -275,7 +275,7 @@ with gr.Blocks(css=css) as app_with_history:
|
|
275 |
with gr.Tab("Past generations"):
|
276 |
user_history.render()
|
277 |
|
278 |
-
app_with_history.queue(max_size=20)
|
279 |
|
280 |
if __name__ == "__main__":
|
281 |
-
app_with_history.launch(max_threads=400
|
|
|
275 |
with gr.Tab("Past generations"):
|
276 |
user_history.render()
|
277 |
|
278 |
+
app_with_history.queue(max_size=20,api_open=False )
|
279 |
|
280 |
if __name__ == "__main__":
|
281 |
+
app_with_history.launch(max_threads=400)
|