kingabzpro commited on
Commit
1675e5a
β€’
1 Parent(s): dea432d

Update Gradio/app.py

Browse files
Files changed (1) hide show
  1. 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")