dmpetrov commited on
Commit
fdf0c22
·
1 Parent(s): 2495d8d

more debug

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -128,6 +128,7 @@ class ShapeWordsDemo:
128
 
129
  # Download Shape2CLIP code if it doesn't exist
130
  if not os.path.exists("shapewords_paper_code"):
 
131
  os.system("git clone https://github.com/lodurality/shapewords_paper_code.git")
132
 
133
  # Import Shape2CLIP model
 
128
 
129
  # Download Shape2CLIP code if it doesn't exist
130
  if not os.path.exists("shapewords_paper_code"):
131
+ print("Loading models file")
132
  os.system("git clone https://github.com/lodurality/shapewords_paper_code.git")
133
 
134
  # Import Shape2CLIP model