Spaces:
Runtime error
Runtime error
init
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ TOKEN = os.environ.get('HUB_TOKEN')
|
|
14 |
repo = huggingface_hub.Repository(
|
15 |
local_dir="data",
|
16 |
repo_type="dataset",
|
17 |
-
clone_from="
|
18 |
use_auth_token=TOKEN
|
19 |
)
|
20 |
repo.git_pull()
|
|
|
14 |
repo = huggingface_hub.Repository(
|
15 |
local_dir="data",
|
16 |
repo_type="dataset",
|
17 |
+
clone_from="linxy/oh-my-words",
|
18 |
use_auth_token=TOKEN
|
19 |
)
|
20 |
repo.git_pull()
|