Spaces:
Runtime error
Runtime error
Upload config
Browse files
config
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[core]
|
2 |
+
repositoryformatversion = 0
|
3 |
+
filemode = true
|
4 |
+
bare = false
|
5 |
+
logallrefupdates = true
|
6 |
+
[remote "origin"]
|
7 |
+
url = https://user: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@huggingface.co/Yasaman/whisper_fa
|
8 |
+
fetch = +refs/heads/*:refs/remotes/origin/*
|
9 |
+
[branch "main"]
|
10 |
+
remote = origin
|
11 |
+
merge = refs/heads/main
|
12 |
+
[user]
|
13 |
+
name = Yasaman Pazhoolideh
|
14 |
+
email = yasaman1997.yp@gmail.com
|
15 |
+
[lfs "customtransfer.multipart"]
|
16 |
+
path = huggingface-cli
|
17 |
+
args = lfs-multipart-upload
|
18 |
+
[credential]
|
19 |
+
helper = store
|