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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Indian 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
 
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