Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -318,7 +318,7 @@ with gr.Blocks(css=css) as app_with_history:
|
|
318 |
with gr.Tab("Past generations"):
|
319 |
user_history.render()
|
320 |
|
321 |
-
app_with_history.queue(max_size=20,api_open=
|
322 |
|
323 |
if __name__ == "__main__":
|
324 |
app_with_history.launch(max_threads=400)
|
|
|
318 |
with gr.Tab("Past generations"):
|
319 |
user_history.render()
|
320 |
|
321 |
+
app_with_history.queue(max_size=20,api_open=True )
|
322 |
|
323 |
if __name__ == "__main__":
|
324 |
app_with_history.launch(max_threads=400)
|