Spaces:
Sleeping
Sleeping
sharing public
Browse files
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)
|