lixiang46 commited on
Commit
b679b7d
1 Parent(s): 39cd34c

add examepls

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as Tryon:
118
 
119
  try_button.click(fn=start_tryon, inputs=[imgs, garm_img, seed, randomize_seed], outputs=[image_out, seed_used, result_info], api_name='tryon')
120
 
121
- with gr.Row(label="Examples"):
122
  image1 = gr.Image(label="model", scale=1, value="examples/model1.png")
123
  image2 = gr.Image(label="garment", scale=1, value="examples/garment1.jpg")
124
  image3 = gr.Image(label="result", scale=1, value="examples/result1.png")
 
118
 
119
  try_button.click(fn=start_tryon, inputs=[imgs, garm_img, seed, randomize_seed], outputs=[image_out, seed_used, result_info], api_name='tryon')
120
 
121
+ with gr.Row():
122
  image1 = gr.Image(label="model", scale=1, value="examples/model1.png")
123
  image2 = gr.Image(label="garment", scale=1, value="examples/garment1.jpg")
124
  image3 = gr.Image(label="result", scale=1, value="examples/result1.png")