Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(css=CUSTOM_CSS, theme=gr.themes.Monochrome(radius_size=sizes.radi
|
|
192 |
with gr.Column():
|
193 |
input_image = gr.Image(label="Input Image", type="pil", format="png")
|
194 |
with gr.Column():
|
195 |
-
result_image = gr.Image(label="
|
196 |
run_button = gr.Button("Run")
|
197 |
|
198 |
run_button.click(
|
|
|
192 |
with gr.Column():
|
193 |
input_image = gr.Image(label="Input Image", type="pil", format="png")
|
194 |
with gr.Column():
|
195 |
+
result_image = gr.Image(label="Normal Output", format="png")
|
196 |
run_button = gr.Button("Run")
|
197 |
|
198 |
run_button.click(
|