CognitiveScience commited on
Commit
eb695d4
·
1 Parent(s): c877caa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -9
app.py CHANGED
@@ -37,15 +37,14 @@ TOKEN = os.environ.get('HF_KEY')
37
  #print (TOKEN[-1])
38
  #TOKEN2 = HF_TOKEN
39
 
40
- repo = huggingface_hub.Repository(
41
- local_dir="data",
42
- repo_type="dataset",
43
- clone_from="CognitiveScience/csdhdata",
44
- use_auth_token=TOKEN
45
- )
46
- repo.git_pull()
47
-
48
- print (TOKEN[-1])
49
 
50
 
51
 
 
37
  #print (TOKEN[-1])
38
  #TOKEN2 = HF_TOKEN
39
 
40
+ #repo = huggingface_hub.Repository(
41
+ # local_dir="data",
42
+ # repo_type="dataset",
43
+ # clone_from="CognitiveScience/csdhdata",
44
+ # use_auth_token=TOKEN
45
+ #)
46
+ #repo.git_pull()
47
+
 
48
 
49
 
50