tilents commited on
Commit
dac36dc
·
1 Parent(s): ec55301

New Mac Version

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. push.sh +5 -0
README.md CHANGED
@@ -10,4 +10,6 @@ pinned: false
10
  license: openrail
11
  ---
12
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  license: openrail
11
  ---
12
 
13
+ ifey
14
+
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
push.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ git add .
3
+ git commit -m "New Mac Version"
4
+ git push
5
+