Spaces:
Running
Running
Commit
·
226adc9
1
Parent(s):
8153881
Upload app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def generate_memes(prompt):
|
|
24 |
images
|
25 |
)
|
26 |
input_textbox = gr.inputs.Textbox(lines=1, label="Search something cool")
|
27 |
-
output_gallery = gr.
|
28 |
label="Retrieved Memes", show_label=False, elem_id="gallery"
|
29 |
).style(columns=[3], rows=[2], object_fit="contain", height="auto")
|
30 |
title = "Semantic Search for Memes"
|
|
|
24 |
images
|
25 |
)
|
26 |
input_textbox = gr.inputs.Textbox(lines=1, label="Search something cool")
|
27 |
+
output_gallery = gr.Gallery(
|
28 |
label="Retrieved Memes", show_label=False, elem_id="gallery"
|
29 |
).style(columns=[3], rows=[2], object_fit="contain", height="auto")
|
30 |
title = "Semantic Search for Memes"
|