label fix
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(title="Pillow Tool") as app:
|
|
88 |
ker_btn = gr.Button(value="Convolution")
|
89 |
|
90 |
with gr.Column():
|
91 |
-
output_img = gr.Image(type="pil", label="
|
92 |
kpt_btn = gr.Button(value="Keep it", variant="primary")
|
93 |
gr.ClearButton(components=[input_img, output_img])
|
94 |
|
|
|
88 |
ker_btn = gr.Button(value="Convolution")
|
89 |
|
90 |
with gr.Column():
|
91 |
+
output_img = gr.Image(type="pil", label="Output image", interactive=False)
|
92 |
kpt_btn = gr.Button(value="Keep it", variant="primary")
|
93 |
gr.ClearButton(components=[input_img, output_img])
|
94 |
|