Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ with gr.Blocks(theme='bethecloud/storj_theme') as iface:
|
|
240 |
with gr.Column():
|
241 |
blend_button = gr.Button("Blend Images")
|
242 |
|
243 |
-
output_image = gr.Image(label="Blended Image"
|
244 |
|
245 |
blend_button.click(
|
246 |
blend_images,
|
|
|
240 |
with gr.Column():
|
241 |
blend_button = gr.Button("Blend Images")
|
242 |
|
243 |
+
output_image = gr.Image(label="Blended Image")
|
244 |
|
245 |
blend_button.click(
|
246 |
blend_images,
|