Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pragnakalp/OCR-image-to-text
Genzo1010
/
OCR-image-to-text
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Genzo1010
commited on
Sep 12, 2024
Commit
bce534e
·
verified
·
1 Parent(s):
732dd48
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -73,3 +73,5 @@ app.add_middleware(
73
allow_methods=["*"],
74
allow_headers=["*"],
75
)
73
allow_methods=["*"],
74
allow_headers=["*"],
75
)
76
+
if __name__ == "__main__":
77
+
python -m app