sergiopaniego HF Staff commited on
Commit
479696f
·
verified ·
1 Parent(s): 706519b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -120,5 +120,6 @@ with gr.Blocks(css=css) as demo:
120
 
121
  submit_btn.click(run_example, [input_img, text_input], [output_text])
122
 
123
- demo.queue(api_open=False)
124
- demo.launch(debug=True)
 
 
120
 
121
  submit_btn.click(run_example, [input_img, text_input], [output_text])
122
 
123
+ #demo.queue(api_open=False)
124
+ #demo.launch(debug=True)
125
+ demo.launch()