patrickligardes commited on
Commit
226d0dd
β€’
1 Parent(s): 979bdfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -276,8 +276,8 @@ for ex_human in human_list_path:
276
 
277
  image_blocks = gr.Blocks().queue()
278
  with image_blocks as demo:
279
- gr.Markdown("## VirtualFit")
280
- gr.Markdown("VirtualFIT Demo")
281
  with gr.Row():
282
  with gr.Column():
283
  imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
 
276
 
277
  image_blocks = gr.Blocks().queue()
278
  with image_blocks as demo:
279
+ gr.Markdown("## DressFit")
280
+ gr.Markdown("DressFit Demo")
281
  with gr.Row():
282
  with gr.Column():
283
  imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)