non2013 commited on
Commit
4314290
·
1 Parent(s): 797ba3e

Update examples

Browse files
Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -147,10 +147,14 @@ class QuestionClassifier:
147
 
148
  # Example questions
149
  examples = [
150
- "How do you train a pigeon to send messages?",
151
- "Is USA a shithole country owing to a shithole president?",
152
- "Why is Indian educationa total bullshit?",
153
- "Which person has given the least f**ks and still turned out successful?"
 
 
 
 
154
  ]
155
 
156
  def create_gradio_interface():
 
147
 
148
  # Example questions
149
  examples = [
150
+ ["DeBERTaV3", "How do you train a pigeon to send messages?"],
151
+ ["DeBERTaV3", "Is USA a shithole country owing to a shithole president?"],
152
+ ["DeBERTaV3", "Why is Indian education a total bullshit?"],
153
+ ["DeBERTaV3", "Which person has given the least f**ks and still turned out successful?"],
154
+ ["BiLSTM", "How do you train a pigeon to send messages?"],
155
+ ["BiLSTM", "Is USA a shithole country owing to a shithole president?"],
156
+ ["BiLSTM", "Why is Indian education a total bullshit?"],
157
+ ["BiLSTM", "Which person has given the least f**ks and still turned out successful?"]
158
  ]
159
 
160
  def create_gradio_interface():