plaidam commited on
Commit
7bcda04
·
verified ·
1 Parent(s): 1d95d12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def install_catvton_dependencies():
31
  # "--depth", "1",
32
  # "https://github.com/zhengchong/CatVTON.git",
33
  # catvton_repo_path
34
- ])
35
  else:
36
  print("[CatVTON Setup] CatVTON repo already exists. Skipping clone.")
37
 
 
31
  # "--depth", "1",
32
  # "https://github.com/zhengchong/CatVTON.git",
33
  # catvton_repo_path
34
+ # ])
35
  else:
36
  print("[CatVTON Setup] CatVTON repo already exists. Skipping clone.")
37