Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
·
b2af5af
1
Parent(s):
7edad89
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ TOKEN = os.environ.get('HF_KEY')
|
|
38 |
repo = huggingface_hub.Repository(
|
39 |
local_dir="data",
|
40 |
repo_type="dataset",
|
41 |
-
clone_from="CognitiveScience/
|
42 |
use_auth_token=TOKEN
|
43 |
)
|
44 |
repo.git_pull()
|
|
|
38 |
repo = huggingface_hub.Repository(
|
39 |
local_dir="data",
|
40 |
repo_type="dataset",
|
41 |
+
clone_from="CognitiveScience/coscidata",
|
42 |
use_auth_token=TOKEN
|
43 |
)
|
44 |
repo.git_pull()
|