fffiloni commited on
Commit
1896087
·
verified ·
1 Parent(s): 2a72565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(