YannisK commited on
Commit
274f0f4
1 Parent(s): 2134c75
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -135,14 +135,14 @@ def generate_matching_superfeatures(im1, im2, scale_id=6, threshold=50):
135
 
136
  # GRADIO APP
137
  title = "Visualizing Super-features"
138
- description = "TBD"
139
  article = "<p style='text-align: center'><a href='https://github.com/naver/fire' target='_blank'>Original Github Repo</a></p>"
140
 
141
 
142
  # css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
143
  # css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
144
- css = ".output_image, .input_image {width: 1000px !important}"
145
- # css = ".input_image {height: 600px !important} .output_image, {height: 1200px !important}"
146
  # css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
147
 
148
 
 
135
 
136
  # GRADIO APP
137
  title = "Visualizing Super-features"
138
+ description = "This is a visualization demo for the ICLR 2022 paper <b><a href='https://github.com/naver/fire' target='_blank'>Learning Super-Features for Image Retrieval</a></p></b>"
139
  article = "<p style='text-align: center'><a href='https://github.com/naver/fire' target='_blank'>Original Github Repo</a></p>"
140
 
141
 
142
  # css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
143
  # css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
144
+ # css = ".output_image, .input_image {hieght: 1000px !important}"
145
+ css = ".input_image {height: 600px !important} .output_image {height: 1200px !important}"
146
  # css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
147
 
148