Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
levalencia
/
docling
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
docling
/
main.py
levalencia
Enhance README and Streamlit app for Medical Document Parser & Redactor
bb68eb6
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
85 Bytes
def
main
():
print
(
"Hello from docling!"
)
if
__name__ ==
"__main__"
:
main()