Spaces:
Runtime error
Runtime error
Commit
·
200912c
1
Parent(s):
8270124
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ output_gallery = gr.Gallery(
|
|
31 |
label="Retrieved Memes", show_label=False, elem_id="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"
|
35 |
examples = ['Spiderman giving lecture', 'Some super hero']
|
36 |
interpretation='default'
|
37 |
enable_queue=True
|
|
|
31 |
label="Retrieved Memes", show_label=False, elem_id="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 = ['Spiderman giving lecture', 'Some super hero']
|
36 |
interpretation='default'
|
37 |
enable_queue=True
|