leuschnm commited on
Commit
1047fa8
·
1 Parent(s): ff0d189

remove share, debug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,5 +143,5 @@ with gr.Blocks() as demo:
143
 
144
  image_button.click(predict, inputs=image_input, outputs=[text_output, image_output])
145
 
146
- demo.launch(debug = True, share=True)
147
 
 
143
 
144
  image_button.click(predict, inputs=image_input, outputs=[text_output, image_output])
145
 
146
+ demo.launch()
147