Spaces:
Running
Running
Commit
·
3274fc3
1
Parent(s):
fbac050
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ output_gallery = gr.Gallery(
|
|
32 |
).style(columns=[3], rows=[2], object_fit="contain", height="auto")
|
33 |
title = "Semantic Search for Memes"
|
34 |
description = "Search Memes from small dataset of 6k memes. Check out [GitHub Repo](https://github.com/bhavya-giri/retrieving-memes)"
|
35 |
-
examples = 'Get Shreked'
|
36 |
interpretation='default'
|
37 |
enable_queue=True
|
38 |
|
|
|
32 |
).style(columns=[3], rows=[2], object_fit="contain", height="auto")
|
33 |
title = "Semantic Search for Memes"
|
34 |
description = "Search Memes from small dataset of 6k memes. Check out [GitHub Repo](https://github.com/bhavya-giri/retrieving-memes)"
|
35 |
+
examples = ['Get Shreked']
|
36 |
interpretation='default'
|
37 |
enable_queue=True
|
38 |
|