ginipick commited on
Commit
d3705cc
·
verified ·
1 Parent(s): 5e4bdf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -337,7 +337,7 @@ examples = [
337
 
338
  output_image = gr.Image(label="Virtual Try-On Result")
339
 
340
- with gr.Blocks() 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
 
 
337
 
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