Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
priyank-m
/
m_OCR
like
4
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
priyank-m
commited on
Dec 17, 2022
Commit
a99fa6c
·
1 Parent(s):
49300ce
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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()