fffiloni commited on
Commit
3164323
·
verified ·
1 Parent(s): 7b54149
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -155,8 +155,8 @@ with gr.Blocks(css=css) as demo:
155
  inputs = [input_image]
156
  )
157
  with gr.Column():
158
- result = gr.Image(label="Result", columns=3)
159
- heatmaps = gr.Gallery(label="Heatmap")
160
 
161
  submit_button.click(
162
  fn = main,
 
155
  inputs = [input_image]
156
  )
157
  with gr.Column():
158
+ result = gr.Image(label="Result")
159
+ heatmaps = gr.Gallery(label="Heatmap", columns=3)
160
 
161
  submit_button.click(
162
  fn = main,