de-Rodrigo commited on
Commit
04d15a9
Β·
1 Parent(s): 8401849

Fix bug in image

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -135,12 +135,9 @@ if __name__ == "__main__":
135
  gr.Markdown("# Saliency Maps with the MERIT Dataset πŸŽ’πŸ“ƒπŸ†")
136
 
137
  with gr.Column(scale=2, min_width=600):
138
- gr.Image(value=README_IMAGE_PATH, height=400, fit="scale-down")
139
  gr.Image(
140
- value=GIF_PATH,
141
- label="Dataset samples you can process",
142
- height=400,
143
- fit="scale-down",
144
  )
145
 
146
  with gr.Tab("Introduction"):
 
135
  gr.Markdown("# Saliency Maps with the MERIT Dataset πŸŽ’πŸ“ƒπŸ†")
136
 
137
  with gr.Column(scale=2, min_width=600):
138
+ gr.Image(value=README_IMAGE_PATH, height=400)
139
  gr.Image(
140
+ value=GIF_PATH, label="Dataset samples you can process", height=400
 
 
 
141
  )
142
 
143
  with gr.Tab("Introduction"):