Keshabwi66 commited on
Commit
018c57c
·
1 Parent(s): bbc3d10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -210,9 +210,7 @@ def start_tryon(person_img, pose_img, mask_img, cloth_img, garment_des, denoise_
210
  image_blocks = gr.Blocks().queue()
211
 
212
  with image_blocks as demo:
213
- gr.Markdown("## SmartLuga")
214
- gr.Markdown("Virtual Try-on with your image and garment image. Check out the [source codes](https://github.com/yisol/IDM-VTON) and the [model](https://huggingface.co/yisol/IDM-VTON)")
215
-
216
  with gr.Row():
217
  with gr.Column():
218
  person_img = gr.Image(label='Person Image', sources='upload', type="pil")
 
210
  image_blocks = gr.Blocks().queue()
211
 
212
  with image_blocks as demo:
213
+ gr.Markdown("## SmartLuga")
 
 
214
  with gr.Row():
215
  with gr.Column():
216
  person_img = gr.Image(label='Person Image', sources='upload', type="pil")