Spaces:
Runtime error
Runtime error
Commit
·
a3280c3
1
Parent(s):
a7746f5
Update app.py
Browse files
app.py
CHANGED
@@ -30,9 +30,6 @@ def get_html(url_list, height=224):
|
|
30 |
html = html + html2
|
31 |
html += "</div>"
|
32 |
return html
|
33 |
-
|
34 |
-
def compute_embeddings(query):
|
35 |
-
|
36 |
|
37 |
|
38 |
def image_search(query, top_k=8):
|
|
|
30 |
html = html + html2
|
31 |
html += "</div>"
|
32 |
return html
|
|
|
|
|
|
|
33 |
|
34 |
|
35 |
def image_search(query, top_k=8):
|