Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
BruceLuo
/
tmp_model
like
0
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
BruceLuo
commited on
May 28, 2023
Commit
fe9903d
·
1 Parent(s):
bd18ecf
First to Hugging Face
Browse files
Files changed (1)
hide
show
hello.py
+4
-0
hello.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/usr/bin/python3
2
+
3
+
print("Hello world!")
4
+