Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mafzaal
/
lets_talk
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
af85e91
lets_talk
File size: 87 Bytes
e7d283a
1
2
3
4
5
6
7
def
main
():
print
(
"Hello from lets-talk!"
)
if
__name__ ==
"__main__"
: main()