kavg commited on
Commit
cbcf7a3
1 Parent(s): 4a86393

Update app.py

Browse files

set share=True

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ def OCR(image):
17
  return generated_text
18
 
19
  demo = gr.Interface(fn=OCR, inputs=gr.Image(show_label=False, type="pil"),outputs=gr.Textbox())
20
- demo.launch(debug=True)
 
17
  return generated_text
18
 
19
  demo = gr.Interface(fn=OCR, inputs=gr.Image(show_label=False, type="pil"),outputs=gr.Textbox())
20
+ demo.launch(share=True, debug=True)