manuth commited on
Commit
3685a25
1 Parent(s): 8efdd79

sharing public

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,4 +69,4 @@ iface = gr.Interface(
69
  # description="Upload an image containing text to perform OCR and see the detected text and image."
70
  flagging_options=["blurry", "incorrect", "other"],)
71
 
72
- iface.launch(debug=True)
 
69
  # description="Upload an image containing text to perform OCR and see the detected text and image."
70
  flagging_options=["blurry", "incorrect", "other"],)
71
 
72
+ iface.launch(debug=True , share=True)