Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fromdk
/
gradio-demo-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gradio-demo-test
/
main.py
fromdk
Upload folder using huggingface_hub
c8b9067
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
def
main
():
print
(
"Hello from gradio-demo-test!"
)
if
__name__ ==
"__main__"
:
main()