Spaces:
Paused
Paused
kingabzpro
commited on
Commit
•
eec2dd1
1
Parent(s):
396e4e1
Update app/app_savta.py
Browse files- app/app_savta.py +2 -2
app/app_savta.py
CHANGED
@@ -17,8 +17,8 @@ TEST_PATH = "src/data/processed/test/bathroom"
|
|
17 |
|
18 |
if os.path.isdir(".dvc"):
|
19 |
print("Running DVC")
|
20 |
-
os.system("dvc config cache.type copy")
|
21 |
-
os.system("dvc config core.no_scm true")
|
22 |
if os.system(f"dvc pull {PROD_MODEL_PATH} {TRAIN_PATH } {TEST_PATH }") != 0:
|
23 |
exit("dvc pull failed")
|
24 |
os.system("rm -r .dvc")
|
|
|
17 |
|
18 |
if os.path.isdir(".dvc"):
|
19 |
print("Running DVC")
|
20 |
+
# os.system("dvc config cache.type copy")
|
21 |
+
# os.system("dvc config core.no_scm true")
|
22 |
if os.system(f"dvc pull {PROD_MODEL_PATH} {TRAIN_PATH } {TEST_PATH }") != 0:
|
23 |
exit("dvc pull failed")
|
24 |
os.system("rm -r .dvc")
|