kavg commited on
Commit
39c0e48
·
verified ·
1 Parent(s): f0064ac

Update app.py

Browse files

set share=True

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