fdaudens HF staff commited on
Commit
24f9f56
β€’
1 Parent(s): 6d18273

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -260,9 +260,9 @@ for ex_human in human_list_path:
260
 
261
  image_blocks = gr.Blocks().queue()
262
  with image_blocks as demo:
263
- gr.Markdown("## Soccer Jersey Try-On βš½πŸ‘•")
264
- gr.Markdown("Experience the excitement of the Euro and Copa America 2024 by virtually trying on the jerseys of the last 4 teams standing in each competition. Upload your photo to see how you look in the jerseys of your favorite teams, and share your photos on social media to show your support!")
265
- gr.Markdown("Credits to the [IDM-VTON](https://huggingface.co/spaces/yisol/IDM-VTON) project for the inspiration and source code.")
266
  with gr.Row():
267
  with gr.Column():
268
  imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
 
260
 
261
  image_blocks = gr.Blocks().queue()
262
  with image_blocks as demo:
263
+ gr.Markdown("## Soccer Jersey Try-On βš½πŸ‘•")
264
+ gr.Markdown("Experience the excitement of the Euro and Copa America 2024 by virtually trying on the jerseys of the last 4 teams standing in each competition. Upload your photo to see how you look in the jerseys of your favorite teams, and share your photos on social media to show your support!")
265
+ gr.Markdown("Credits to the [IDM-VTON](https://huggingface.co/spaces/yisol/IDM-VTON) project for the inspiration and source code.")
266
  with gr.Row():
267
  with gr.Column():
268
  imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)