Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
808babf
1
Parent(s):
ab427b2
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ TOKEN = os.environ.get('HF_KEY')
|
|
33 |
|
34 |
repo = huggingface_hub.Repository(
|
35 |
local_dir="data",
|
36 |
-
repo_type="
|
37 |
clone_from="CognitiveScience/csdhdata",
|
38 |
use_auth_token=TOKEN
|
39 |
)
|
|
|
33 |
|
34 |
repo = huggingface_hub.Repository(
|
35 |
local_dir="data",
|
36 |
+
repo_type="dataset",
|
37 |
clone_from="CognitiveScience/csdhdata",
|
38 |
use_auth_token=TOKEN
|
39 |
)
|