Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -318,7 +318,10 @@ 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=True )
|
|
|
|
|
322 |
|
323 |
if __name__ == "__main__":
|
324 |
-
app_with_history.
|
|
|
|
318 |
with gr.Tab("Past generations"):
|
319 |
user_history.render()
|
320 |
|
321 |
+
# app_with_history.queue(max_size=20,api_open=True )
|
322 |
+
# if __name__ == "__main__":
|
323 |
+
# app_with_history.launch(max_threads=400)
|
324 |
|
325 |
if __name__ == "__main__":
|
326 |
+
app_with_history.queue()
|
327 |
+
app_with_history.launch()
|