Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
salvinjose
/
HNTAI
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
532c782
HNTAI
/
ai_med_extract
/
__main__.py
dev-3
docker
f93d309
6 months ago
raw
Copy download link
history
blame
Safe
146 Bytes
from
.app
import
app
# Entrypoint for running the app as a module
if
__name__ ==
"__main__"
:
app.run(host=
"0.0.0.0"
, port=
7860
, debug=
True
)