Upload add.bash with huggingface_hub
Browse files
add.bash
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
git ls-files --others --exclude-standard | while read line;do
|
4 |
-
|
5 |
done
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
git ls-files --others --exclude-standard | while read line;do
|
4 |
+
/storage/upload.py "$line"
|
5 |
done
|