Spaces:
Running
Running
wissamantoun
commited on
Commit
•
98682d7
1
Parent(s):
70e642a
fixes
Browse files- backend/utils.py +0 -3
backend/utils.py
CHANGED
@@ -18,8 +18,5 @@ def download_models(models):
|
|
18 |
|
19 |
|
20 |
def install_git_lfs():
|
21 |
-
os.system(
|
22 |
-
"curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash"
|
23 |
-
)
|
24 |
os.system("apt-get install git-lfs")
|
25 |
os.system("git lfs install")
|
|
|
18 |
|
19 |
|
20 |
def install_git_lfs():
|
|
|
|
|
|
|
21 |
os.system("apt-get install git-lfs")
|
22 |
os.system("git lfs install")
|