de-Rodrigo commited on
Commit
bedfdc1
Β·
1 Parent(s): 51aab6e

Fix Bug with Height

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