radames HF staff commited on
Commit
497fd1e
1 Parent(s): ecf4090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,5 +249,5 @@ with gr.Blocks(css="style.css") as demo:
249
 
250
  print(f"Space built in {time.time() - start_time:.2f} seconds")
251
 
252
- demo.queue(concurrency_count=1, api_open=False)
253
  demo.launch(show_api=False)
 
249
 
250
  print(f"Space built in {time.time() - start_time:.2f} seconds")
251
 
252
+ demo.queue(api_open=False)
253
  demo.launch(show_api=False)