Go-Raw commited on
Commit
38f5808
·
verified ·
1 Parent(s): 9009d1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -2
app.py CHANGED
@@ -43,8 +43,16 @@ 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 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
50
  iface = gr.Interface(
 
43
  output_gallery = gr.Gallery(label="Your Meme Results", columns=3, rows=2, height="auto")
44
 
45
  title = "🧠 Meme Lord"
46
+ description = (
47
+ "Search memes from a diverse collection using sentence-level semantic similarity. "
48
+ "Built with Sentence Transformers and hosted on Hugging Face. "
49
+ "[Dataset](https://huggingface.co/datasets/Go-Raw/semantic-memes)"
50
+ )
51
+ examples = [
52
+ "When you realize it's Monday again",
53
+ "Internet explorer in 2024",
54
+ "This meeting could’ve been an email"
55
+ ]
56
 
57
  # Launch app
58
  iface = gr.Interface(