Spaces:
Sleeping
Sleeping
Update examples
Browse files
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
|
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():
|