Spaces:
Runtime error
Runtime error
byaldi
Browse files
app.py
CHANGED
|
@@ -282,11 +282,11 @@ def ImageResult(image):
|
|
| 282 |
)
|
| 283 |
|
| 284 |
|
| 285 |
-
def ImageResult(image):
|
| 286 |
-
|
| 287 |
-
|
| 288 |
-
|
| 289 |
-
|
| 290 |
|
| 291 |
|
| 292 |
def log_query_and_results(query, results):
|
|
|
|
| 282 |
)
|
| 283 |
|
| 284 |
|
| 285 |
+
# def ImageResult(image):
|
| 286 |
+
# return Div(
|
| 287 |
+
# Img(src=process_image(image), alt="arxiv image"),
|
| 288 |
+
# cls="image-result",
|
| 289 |
+
# )
|
| 290 |
|
| 291 |
|
| 292 |
def log_query_and_results(query, results):
|