polejowska commited on
Commit
b35f5de
·
1 Parent(s): f7b6ec5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks(css=css) as app:
114
  "Reproducability check (1)",
115
  "Reproducability check (2)",
116
  "Reproducability check (3)",
117
- "Reproducability check (3)",
118
  ],
119
  label="Select an experiment type",
120
  show_label=True,
@@ -207,10 +207,7 @@ with gr.Blocks(css=css) as app:
207
 
208
  with gr.Row():
209
  with gr.Column():
210
- gr.Markdown(
211
- """The selected image with detected bounding boxes by the model"""
212
- )
213
- img_output_from_upload = gr.Image(shape=(800, 800))
214
 
215
 
216
  with gr.TabItem("Attentions visualization"):
 
114
  "Reproducability check (1)",
115
  "Reproducability check (2)",
116
  "Reproducability check (3)",
117
+ "Reproducability check (4)",
118
  ],
119
  label="Select an experiment type",
120
  show_label=True,
 
207
 
208
  with gr.Row():
209
  with gr.Column():
210
+ img_output_from_upload = gr.Image(shape=(900, 900))
 
 
 
211
 
212
 
213
  with gr.TabItem("Attentions visualization"):