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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ for ex_human in human_list_path:
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():
 
261
  image_blocks = gr.Blocks().queue()
262
  with image_blocks as demo:
263
  gr.Markdown("## Soccer Jersey Try-On βš½πŸ‘•")
264
+ gr.Markdown("Experience the thrill of Euro and Copa America 2024 by virtually trying on the jerseys of the final four teams in each competition. Simply upload your photo and select the jersey of your choice to see how you look!")
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():