Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PointerZ
/
ASR_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ASR_test
File size: 86 Bytes
684da35
1
2
3
4
5
6
7
def
main
():
print
(
"Hello from asr-test!"
)
if
__name__ ==
"__main__"
: main()