Spaces:
Build error
Build error
temp
Browse files
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 = "
|
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 {
|
145 |
-
|
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 |
|