priyank-m commited on
Commit
a99fa6c
1 Parent(s): 49300ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def run_ocr(image):
14
 
15
 
16
  demo = gr.Interface(fn=run_ocr, inputs="image", outputs="text")
17
- demo.launch(share=True)
 
14
 
15
 
16
  demo = gr.Interface(fn=run_ocr, inputs="image", outputs="text")
17
+ demo.launch()