mkaramb commited on
Commit
9d00495
1 Parent(s): 37bb479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,4 +277,4 @@ with gr.Blocks() as interface:
277
  file_input.change(process_images, inputs=file_input, outputs=[html_output, file_output])
278
 
279
  if __name__ == "__main__":
280
- interface.launch(share=True)
 
277
  file_input.change(process_images, inputs=file_input, outputs=[html_output, file_output])
278
 
279
  if __name__ == "__main__":
280
+ interface.launch(debug=True)