Spaces:
Runtime error
Runtime error
Commit
·
3c47559
1
Parent(s):
a20455c
Update app.py
Browse files
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="
|
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="CogSphere/aCogSphere",
|
29 |
use_auth_token=TOKEN
|
30 |
)
|
31 |
repo.git_pull()
|