Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -261,7 +261,7 @@ for ex_human in human_list_path:
|
|
| 261 |
image_blocks = gr.Blocks(theme="Nymbo/Alyx_Theme").queue()
|
| 262 |
with image_blocks as demo:
|
| 263 |
gr.HTML("<center><h1>Virtual Try-On πππ</h1></center>")
|
| 264 |
-
gr.HTML("<center><
|
| 265 |
with gr.Row():
|
| 266 |
with gr.Column():
|
| 267 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|
|
|
|
| 261 |
image_blocks = gr.Blocks(theme="Nymbo/Alyx_Theme").queue()
|
| 262 |
with image_blocks as demo:
|
| 263 |
gr.HTML("<center><h1>Virtual Try-On πππ</h1></center>")
|
| 264 |
+
gr.HTML("<center><p>Upload an image of a person and an image of a garment β¨</p></center>")
|
| 265 |
with gr.Row():
|
| 266 |
with gr.Column():
|
| 267 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|