HumanAIGC commited on
Commit
f6f39d8
1 Parent(s): 0f13924

20231214 1

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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/top4.png"),
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