Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -246,6 +246,10 @@ image_blocks = gr.Blocks(theme="Nymbo/Alyx_Theme").queue()
|
|
246 |
with image_blocks as demo:
|
247 |
gr.HTML("<center><h1>Virtual Try-On</h1></center>")
|
248 |
gr.HTML("<center><p>Upload an image of a person and images of the clothes✨</p></center>")
|
|
|
|
|
|
|
|
|
249 |
|
250 |
with gr.Row():
|
251 |
with gr.Column(scale=1):
|
|
|
246 |
with image_blocks as demo:
|
247 |
gr.HTML("<center><h1>Virtual Try-On</h1></center>")
|
248 |
gr.HTML("<center><p>Upload an image of a person and images of the clothes✨</p></center>")
|
249 |
+
gr.Markdown("""NOTES:
|
250 |
+
- Upload/choose any 'Human' you want to try the clothes on, and then upload/choose any 'Topwear' and 'Bottomwear' to try the virtual try-on.
|
251 |
+
- If 'Dress' is uploaded/chosen, 'Topwear' and 'Bottomwear'y, if any, are ignored.
|
252 |
+
""")
|
253 |
|
254 |
with gr.Row():
|
255 |
with gr.Column(scale=1):
|