radames HF staff commited on
Commit
c489da2
1 Parent(s): ef260a1

Update app.py

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