ginipick commited on
Commit
b67e542
·
verified ·
1 Parent(s): 7b9414a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,7 +338,7 @@ examples = [
338
  output_image = gr.Image(label="Virtual Try-On Result")
339
 
340
  with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as app:
341
- gr.Markdown("# AI Fashion Virtual Try-On")
342
  gr.Markdown("Upload your photo and try on different clothing items virtually using AI. The system will generate an image of you wearing the selected clothing while maintaining your pose and appearance.")
343
 
344
  with gr.Row():
 
338
  output_image = gr.Image(label="Virtual Try-On Result")
339
 
340
  with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as app:
341
+ gr.Markdown("# Style Generator")
342
  gr.Markdown("Upload your photo and try on different clothing items virtually using AI. The system will generate an image of you wearing the selected clothing while maintaining your pose and appearance.")
343
 
344
  with gr.Row():