Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ShahzainHaider
/
OCR
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
01162ca
OCR
/
main.py
ShahzainHaider
Upload folder using huggingface_hub
7bbae49
over 1 year ago
raw
Copy download link
history
blame
117 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(
"app.app:app"
,host=
"0.0.0.0"
, port=
8000
, reload=
True
)