Spaces:
Runtime error
Runtime error
gokaygokay
commited on
Commit
•
a411e80
1
Parent(s):
dff83a6
Update app.py
Browse files
app.py
CHANGED
@@ -236,7 +236,7 @@ with gr.Blocks(theme='bethecloud/storj_theme') as iface:
|
|
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"
|
240 |
with gr.Column():
|
241 |
blend_button = gr.Button("Blend Images")
|
242 |
|
|
|
236 |
mask_img = gr.Image(label="Mask Image", type="numpy", height=300)
|
237 |
with gr.Row():
|
238 |
with gr.Column():
|
239 |
+
method = gr.Radio(["Laplacian", "Poisson", "Mixed Gradient"], label="Blending Method", value="Laplacian")
|
240 |
with gr.Column():
|
241 |
blend_button = gr.Button("Blend Images")
|
242 |
|