ovi054 commited on
Commit
f44ab65
·
verified ·
1 Parent(s): d4e8caa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks(css=css) as demo:
161
  gr.Markdown("""Step 1. Select/Upload the combined model and garment image ⬇️<br>
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")
167
  gr.Examples(
 
161
  gr.Markdown("""Step 1. Select/Upload the combined model and garment image ⬇️<br>
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 Image", type="pil")
165
  with gr.Row():
166
  input_image_upload = gr.Image(label="Upload drawing", type="pil")
167
  gr.Examples(