MaziyarPanahi commited on
Commit
755339c
1 Parent(s): dcf6d05

Update app.py (#2)

Browse files

- Update app.py (863e1df660bb8e9032d8d6716d6ec43e2ee3705f)

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,5 +91,5 @@ with gr.Blocks(css=css) as demo:
91
 
92
  submit_btn.click(run_example, [input_img, text_input, model_selector], [output_text])
93
 
94
- demo.queue(concurrency_count=10, api_open=False)
95
- demo.launch(debug=True, show_api=False)
 
91
 
92
  submit_btn.click(run_example, [input_img, text_input, model_selector], [output_text])
93
 
94
+ demo.queue(api_open=False)
95
+ demo.launch(debug=True)