Spaces:
Runtime error
Runtime error
jpandeinge
commited on
Commit
•
7bf545d
1
Parent(s):
5814555
update test
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ language_id = ["ng","kj"]
|
|
38 |
repo = Repository(
|
39 |
local_dir="data", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
|
40 |
)
|
41 |
-
|
42 |
|
43 |
|
44 |
|
|
|
38 |
repo = Repository(
|
39 |
local_dir="data", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
|
40 |
)
|
41 |
+
repo.git_pull()
|
42 |
|
43 |
|
44 |
|