Spaces:
Runtime error
Runtime error
20231214 1
Browse files- app.py +1 -1
- garments/top222.JPG +0 -0
app.py
CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks(css = ".output-image, .input-image, .image-preview {height: 400px
|
|
137 |
garment_top = gr.Image(sources='upload', type="numpy", label="top garment")
|
138 |
example_top = gr.Examples(inputs=garment_top,
|
139 |
examples_per_page=5,
|
140 |
-
examples=[os.path.join(os.path.dirname(__file__), "garments/
|
141 |
os.path.join(os.path.dirname(__file__), "garments/top5.png"),
|
142 |
os.path.join(os.path.dirname(__file__), "garments/top3.JPG"),
|
143 |
os.path.join(os.path.dirname(__file__), "garments/dress1.png"),
|
|
|
137 |
garment_top = gr.Image(sources='upload', type="numpy", label="top garment")
|
138 |
example_top = gr.Examples(inputs=garment_top,
|
139 |
examples_per_page=5,
|
140 |
+
examples=[os.path.join(os.path.dirname(__file__), "garments/top222.JPG"),
|
141 |
os.path.join(os.path.dirname(__file__), "garments/top5.png"),
|
142 |
os.path.join(os.path.dirname(__file__), "garments/top3.JPG"),
|
143 |
os.path.join(os.path.dirname(__file__), "garments/dress1.png"),
|
garments/top222.JPG
ADDED