Spaces:
Sleeping
Sleeping
kingabzpro
commited on
Commit
β’
8f0b2e6
1
Parent(s):
3bcfb9d
Update Gradio/app.py
Browse files- Gradio/app.py +1 -1
Gradio/app.py
CHANGED
@@ -18,7 +18,7 @@ if os.path.isdir(".dvc"):
|
|
18 |
print("Running DVC")
|
19 |
# os.system("dvc config cache.type copy")
|
20 |
# os.system("dvc config core.no_scm true")
|
21 |
-
os.system("git init")
|
22 |
if os.system(f"dvc pull {Model} -r origin") != 0:
|
23 |
exit("dvc pull failed")
|
24 |
# os.system("rm -r .dvc")
|
|
|
18 |
print("Running DVC")
|
19 |
# os.system("dvc config cache.type copy")
|
20 |
# os.system("dvc config core.no_scm true")
|
21 |
+
# os.system("git init")
|
22 |
if os.system(f"dvc pull {Model} -r origin") != 0:
|
23 |
exit("dvc pull failed")
|
24 |
# os.system("rm -r .dvc")
|