Spaces:
Runtime error
Runtime error
more debug
Browse files
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
|