Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rehctiw25
/
golf_tracking
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
013216e
golf_tracking
/
hello.py
rehctiw25
Upload folder using huggingface_hub
013216e
verified
30 days ago
raw
Copy download link
history
blame
Safe
91 Bytes
def
main
():
print
(
"Hello from golf-tracking!"
)
if
__name__ ==
"__main__"
:
main()