Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -163,7 +163,7 @@ Place the garment onto the model image as an overlay using [this tool](https://v
|
|
| 163 |
""")
|
| 164 |
# input_image = gr.Image(label="Upload Image", type="pil")
|
| 165 |
with gr.Row():
|
| 166 |
-
input_image_upload = gr.Image(label="Upload
|
| 167 |
gr.Examples(
|
| 168 |
examples=[[img] for img in BASE_EXAMPLES],
|
| 169 |
inputs=[input_image_upload],
|
|
|
|
| 163 |
""")
|
| 164 |
# input_image = gr.Image(label="Upload Image", type="pil")
|
| 165 |
with gr.Row():
|
| 166 |
+
input_image_upload = gr.Image(label="Upload Image", type="pil")
|
| 167 |
gr.Examples(
|
| 168 |
examples=[[img] for img in BASE_EXAMPLES],
|
| 169 |
inputs=[input_image_upload],
|