Spaces:
Runtime error
Runtime error
Omar Sanseviero commited on
Commit ·
180d34f
1
Parent(s): b071131
Upload config
Browse files
config
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[core]
|
| 2 |
+
repositoryformatversion = 0
|
| 3 |
+
filemode = true
|
| 4 |
+
bare = false
|
| 5 |
+
logallrefupdates = true
|
| 6 |
+
[remote "origin"]
|
| 7 |
+
url = https://huggingface.co/spaces/satpalsr/example-test
|
| 8 |
+
fetch = +refs/heads/*:refs/remotes/origin/*
|
| 9 |
+
[branch "main"]
|
| 10 |
+
remote = origin
|
| 11 |
+
merge = refs/heads/main
|
| 12 |
+
[lfs "customtransfer.multipart"]
|
| 13 |
+
path = huggingface-cli
|
| 14 |
+
args = lfs-multipart-upload
|
| 15 |
+
[credential]
|
| 16 |
+
helper = store
|