GiantPandas commited on
Commit
c67ca3f
·
verified ·
1 Parent(s): a5ede1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,6 +116,6 @@ with gr.Blocks(css=css) as demo:
116
 
117
  submit_btn.click(run_example, [input_img, text_input], [output_text])
118
  demo.queue()
119
- demo.launch(debug=True)
120
 
121
 
 
116
 
117
  submit_btn.click(run_example, [input_img, text_input], [output_text])
118
  demo.queue()
119
+ demo.launch(debug=False)
120
 
121