MaziyarPanahi commited on
Commit
a68639a
1 Parent(s): 93bbec0

Update app.py (#7)

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,4 +65,5 @@ with gr.Blocks(css=css) as demo:
65
 
66
  submit_btn.click(run_example, [input_img, text_input, model_selector], [output_text])
67
 
68
- demo.launch(debug=True)
 
 
65
 
66
  submit_btn.click(run_example, [input_img, text_input, model_selector], [output_text])
67
 
68
+ demo.queue(concurrency_count=10, api_open=False)
69
+ demo.launch(debug=True, show_api=False)