Spaces:
Running
Running
Commit
·
40874a6
1
Parent(s):
96ee34f
fixes
Browse files- backend/utils.py +1 -1
backend/utils.py
CHANGED
|
@@ -19,5 +19,5 @@ def download_models(models):
|
|
| 19 |
|
| 20 |
def install_git_lfs():
|
| 21 |
|
| 22 |
-
os.system("chmod -R 777 /home/user/app/.git/hooks/
|
| 23 |
os.system("git lfs install")
|
|
|
|
| 19 |
|
| 20 |
def install_git_lfs():
|
| 21 |
|
| 22 |
+
os.system("chmod -R 777 /home/user/app/.git/hooks/")
|
| 23 |
os.system("git lfs install")
|