Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
drewvid
/
rudyard_kipling
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
drewvid
commited on
May 13, 2024
Commit
1243da3
·
1 Parent(s):
f94d367
share=True
Browse files
Files changed (1)
hide
show
Makefile
+8
-0
Makefile
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
2
+
all:
3
+
4
+
update:
5
+
git add . --all
6
+
git commit -a
7
+
git push
8
+