Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(css=css) as demo:
|
|
149 |
input_image = gr.Image(label="Image Input", type="filepath")
|
150 |
submit_button = gr.Button("Submit")
|
151 |
with gr.Column():
|
152 |
-
result = gr.Image(label="Result")
|
153 |
heatmaps = gr.Gallery(label="Heatmap")
|
154 |
|
155 |
submit_button.click(
|
|
|
149 |
input_image = gr.Image(label="Image Input", type="filepath")
|
150 |
submit_button = gr.Button("Submit")
|
151 |
with gr.Column():
|
152 |
+
result = gr.Image(label="Result", columns=3)
|
153 |
heatmaps = gr.Gallery(label="Heatmap")
|
154 |
|
155 |
submit_button.click(
|