Spaces:
Running on CPU Upgrade

multimodalart HF staff commited on
Commit
781f2a7
1 Parent(s): 234bd10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -322,5 +322,5 @@ with gr.Blocks(css=css) as block_with_history:
322
  with gr.Tab("Past generations"):
323
  user_history.render()
324
 
325
- block_with_history.queue(concurrency_count=16, max_size=10).launch()
326
  #block_with_history.launch(server_name="0.0.0.0")
 
322
  with gr.Tab("Past generations"):
323
  user_history.render()
324
 
325
+ block_with_history.queue(concurrency_count=16, max_size=10, api_open=False).launch(show_api=False)
326
  #block_with_history.launch(server_name="0.0.0.0")