Spaces:
Running
Running
Commit
·
7253ac0
1
Parent(s):
9656b38
fixes
Browse files- backend/utils.py +2 -0
backend/utils.py
CHANGED
|
@@ -18,4 +18,6 @@ def download_models(models):
|
|
| 18 |
|
| 19 |
|
| 20 |
def install_git_lfs():
|
|
|
|
| 21 |
os.system("git lfs install")
|
|
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
def install_git_lfs():
|
| 21 |
+
os.system("git lfs update --force")
|
| 22 |
os.system("git lfs install")
|
| 23 |
+
os.system("git lfs update --force")
|