mansari722 commited on
Commit
551e50f
·
verified ·
1 Parent(s): 4f5d54d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ iface = gr.Interface(
23
  description="Upload a document image to extract text."
24
  )
25
 
26
- iface.launch()
 
23
  description="Upload a document image to extract text."
24
  )
25
 
26
+ iface.launch(share=True)