Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
madankn79
/
pdf2htmlv51
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
pdf2htmlv51
/
server.py
madankn79
Initial Commit 5.1.0
6b07ff9
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
97 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(
"app:app"
, host=
"0.0.0.0"
, port=
7860
)