Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abtsousa
/
digit-recognizer
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
digit-recognizer
/
hello.py
Afonso B. Sousa
Added dependencies and environment files.
2e2289a
unverified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
def
main
():
print
(
"Hello from digit-recognizer!"
)
if
__name__ ==
"__main__"
:
main()