ngocminhta commited on
Commit
394abec
·
verified ·
1 Parent(s): d458891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,4 +76,4 @@ with gr.Blocks() as demo:
76
  # out_machine.change(lambda x: gr.update(visible=True) if out_machine else gr.update(visible=False), inputs=out_machine, outputs=out_machine)
77
  clear_button.click(clear_detection_tab, inputs=[], outputs=[input_text, check_button])
78
 
79
- demo.launch(debug=True)
 
76
  # out_machine.change(lambda x: gr.update(visible=True) if out_machine else gr.update(visible=False), inputs=out_machine, outputs=out_machine)
77
  clear_button.click(clear_detection_tab, inputs=[], outputs=[input_text, check_button])
78
 
79
+ demo.launch(share=True)