gokaygokay commited on
Commit
dd886b7
1 Parent(s): 1486d83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ with gr.Blocks(theme='bethecloud/storj_theme') as iface:
233
  with gr.Column():
234
  obj_img = gr.Image(label="Object Image", type="numpy", height=300)
235
  with gr.Column():
236
- gr.Image(label="Mask Image", type="numpy", height=300)
237
  with gr.Row():
238
  with gr.Column():
239
  method = gr.Radio(["Poisson", "Mixed Gradient", "Laplacian"], label="Blending Method", value="Poisson")
 
233
  with gr.Column():
234
  obj_img = gr.Image(label="Object Image", type="numpy", height=300)
235
  with gr.Column():
236
+ mask_img = gr.Image(label="Mask Image", type="numpy", height=300)
237
  with gr.Row():
238
  with gr.Column():
239
  method = gr.Radio(["Poisson", "Mixed Gradient", "Laplacian"], label="Blending Method", value="Poisson")