Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
·
5abc9f1
1
Parent(s):
341a79f
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ from datasets import load_dataset
|
|
33 |
DB_FILE = "./reviewsE.db"
|
34 |
|
35 |
TOKEN = os.environ.get('HF_KEY')
|
36 |
-
print (
|
37 |
#TOKENR=os.environ.get('RA_TOKEN')
|
38 |
#print (TOKEN[-1])
|
39 |
#TOKEN2 = HF_TOKEN
|
@@ -42,7 +42,7 @@ repo = huggingface_hub.Repository(
|
|
42 |
local_dir="data",
|
43 |
repo_type="dataset",
|
44 |
clone_from="CognitiveScience/csdhdata",
|
45 |
-
use_auth_token=
|
46 |
)
|
47 |
repo.git_pull()
|
48 |
|
|
|
33 |
DB_FILE = "./reviewsE.db"
|
34 |
|
35 |
TOKEN = os.environ.get('HF_KEY')
|
36 |
+
print (TOKEN[-1])
|
37 |
#TOKENR=os.environ.get('RA_TOKEN')
|
38 |
#print (TOKEN[-1])
|
39 |
#TOKEN2 = HF_TOKEN
|
|
|
42 |
local_dir="data",
|
43 |
repo_type="dataset",
|
44 |
clone_from="CognitiveScience/csdhdata",
|
45 |
+
use_auth_token=TOKEN
|
46 |
)
|
47 |
repo.git_pull()
|
48 |
|