Update app.py
Browse files
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 |
|