Spaces:
Runtime error
Runtime error
File size: 387 Bytes
180d34f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://huggingface.co/spaces/satpalsr/example-test
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
remote = origin
merge = refs/heads/main
[lfs "customtransfer.multipart"]
path = huggingface-cli
args = lfs-multipart-upload
[credential]
helper = store
|