Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN")
|
|
15 |
|
16 |
print("hfh", huggingface_hub.__version__)
|
17 |
|
18 |
-
os.system("git lfs install")
|
19 |
|
20 |
|
21 |
repo = Repository(
|
|
|
15 |
|
16 |
print("hfh", huggingface_hub.__version__)
|
17 |
|
18 |
+
os.system("sudo git lfs install")
|
19 |
|
20 |
|
21 |
repo = Repository(
|