Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as demo:
|
|
52 |
input_image = gr.Image(type="numpy", label="Input Image")
|
53 |
with gr.Column():
|
54 |
output_image = gr.Image(type="numpy", label="Output Image")
|
55 |
-
submit_button = gr.Button(
|
56 |
|
57 |
submit_button.click(
|
58 |
fn=respond,
|
|
|
52 |
input_image = gr.Image(type="numpy", label="Input Image")
|
53 |
with gr.Column():
|
54 |
output_image = gr.Image(type="numpy", label="Output Image")
|
55 |
+
submit_button = gr.Button()
|
56 |
|
57 |
submit_button.click(
|
58 |
fn=respond,
|