CognitiveScience commited on
Commit
9f7aed6
1 Parent(s): dc1270a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ TOKEN = os.environ.get('HF_KEY')
25
  repo = huggingface_hub.Repository(
26
  local_dir="data",
27
  repo_type="space",
28
- clone_from="CogSphere/aCogSphere",
29
  use_auth_token=TOKEN
30
  )
31
  repo.git_pull()
 
25
  repo = huggingface_hub.Repository(
26
  local_dir="data",
27
  repo_type="space",
28
+ clone_from="CognitiveScience/CogSphere",
29
  use_auth_token=TOKEN
30
  )
31
  repo.git_pull()