vaaano commited on
Commit
fe8fddd
1 Parent(s): b315869

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ interface = gr.Interface(
40
  inputs=[gr.Image(type="pil"), gr.Textbox(label="Question")],
41
  outputs=[gr.Text()],
42
  title='Document answer questions'
43
- ).launch(share=True)
 
40
  inputs=[gr.Image(type="pil"), gr.Textbox(label="Question")],
41
  outputs=[gr.Text()],
42
  title='Document answer questions'
43
+ ).launch(debug=True)