Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,9 +158,9 @@ with gr.Blocks(css=css) as demo:
|
|
| 158 |
""")
|
| 159 |
with gr.Row():
|
| 160 |
with gr.Column():
|
| 161 |
-
gr.Markdown("""
|
| 162 |
Place the garment onto the model image as an overlay using [this tool](https://v0-image-editor-app-eight.vercel.app/).
|
| 163 |
-
"""
|
| 164 |
# input_image = gr.Image(label="Upload drawing", type="pil")
|
| 165 |
with gr.Row():
|
| 166 |
input_image_upload = gr.Image(label="Upload drawing", type="pil")
|
|
|
|
| 158 |
""")
|
| 159 |
with gr.Row():
|
| 160 |
with gr.Column():
|
| 161 |
+
gr.Markdown("""Step 1. Select/Upload the combined model and garment image ⬇️
|
| 162 |
Place the garment onto the model image as an overlay using [this tool](https://v0-image-editor-app-eight.vercel.app/).
|
| 163 |
+
""")
|
| 164 |
# input_image = gr.Image(label="Upload drawing", type="pil")
|
| 165 |
with gr.Row():
|
| 166 |
input_image_upload = gr.Image(label="Upload drawing", type="pil")
|