Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
·
71dbb5a
1
Parent(s):
b2af5af
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ DB_FILE = "./reviews11.db"
|
|
36 |
TOKEN = os.environ.get('HF_KEY')
|
37 |
|
38 |
repo = huggingface_hub.Repository(
|
39 |
-
local_dir="
|
40 |
repo_type="dataset",
|
41 |
clone_from="CognitiveScience/coscidata",
|
42 |
use_auth_token=TOKEN
|
|
|
36 |
TOKEN = os.environ.get('HF_KEY')
|
37 |
|
38 |
repo = huggingface_hub.Repository(
|
39 |
+
local_dir="sub1",
|
40 |
repo_type="dataset",
|
41 |
clone_from="CognitiveScience/coscidata",
|
42 |
use_auth_token=TOKEN
|