ovi054 commited on
Commit
cb011c7
·
verified ·
1 Parent(s): fca368f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -158,7 +158,7 @@ with gr.Blocks(css=css) as demo:
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")
@@ -218,7 +218,7 @@ Place the garment onto the model image as an overlay using [this tool](https://v
218
  step=1
219
  )
220
  result = gr.Image(label="Result", show_label=False, interactive=False)
221
- result_input = gr.Image(label="Result", show_label=False, interactive=False)
222
  reuse_button = gr.Button("Reuse this image", visible=False)
223
 
224
 
 
158
  """)
159
  with gr.Row():
160
  with gr.Column():
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")
 
218
  step=1
219
  )
220
  result = gr.Image(label="Result", show_label=False, interactive=False)
221
+ result_input = gr.Image(label="Result", visible=False, show_label=False, interactive=False)
222
  reuse_button = gr.Button("Reuse this image", visible=False)
223
 
224