Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ input_textbox = gr.Textbox(lines=1, label="Type your vibe here 🧠")
|
|
43 |
output_gallery = gr.Gallery(label="Your Meme Results", columns=3, rows=2, height="auto")
|
44 |
|
45 |
title = "🧠 Meme Lord"
|
46 |
-
description = "Search
|
47 |
examples = ["When the professor says 'open book exam'", "Shaktimaan saves the day", "Tu janta nahi mera baap kaun hai"]
|
48 |
|
49 |
# Launch app
|
|
|
43 |
output_gallery = gr.Gallery(label="Your Meme Results", columns=3, rows=2, height="auto")
|
44 |
|
45 |
title = "🧠 Meme Lord"
|
46 |
+
description = "Search memes from a custom dataset using semantic similarity. Built using Sentence Transformers & Hugging Face. [Dataset](https://huggingface.co/datasets/Go-Raw/semantic-memes)"
|
47 |
examples = ["When the professor says 'open book exam'", "Shaktimaan saves the day", "Tu janta nahi mera baap kaun hai"]
|
48 |
|
49 |
# Launch app
|