Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,9 @@ HF_TOKEN = os.environ.get("HF_TOKEN")
|
|
| 15 |
|
| 16 |
print("hfh", huggingface_hub.__version__)
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
repo = Repository(
|
| 19 |
local_dir="data", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
|
| 20 |
)
|
|
|
|
| 15 |
|
| 16 |
print("hfh", huggingface_hub.__version__)
|
| 17 |
|
| 18 |
+
os.system("git lfs install")
|
| 19 |
+
|
| 20 |
+
|
| 21 |
repo = Repository(
|
| 22 |
local_dir="data", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
|
| 23 |
)
|