Update app.py
Browse files
app.py
CHANGED
@@ -19,10 +19,10 @@ zero_shot_examples = [
|
|
19 |
|
20 |
nli_examples = [
|
21 |
["A man is sleeping on a couch", "The man is awake"],
|
22 |
-
["The restaurant is
|
23 |
-
["The child is
|
24 |
-
["
|
25 |
-
["
|
26 |
]
|
27 |
|
28 |
def process_input(text_input, labels_or_premise, mode):
|
|
|
19 |
|
20 |
nli_examples = [
|
21 |
["A man is sleeping on a couch", "The man is awake"],
|
22 |
+
["The restaurant's waiting area is bustling, but several tables remain vacant", "The establishment is at maximum capacity"],
|
23 |
+
["The child is methodically arranging blocks while frowning in concentration", "The kid is experiencing joy"],
|
24 |
+
["Dark clouds are gathering and the pavement shows scattered wet spots", "It's been raining heavily all day"],
|
25 |
+
["A German Shepherd is exhibiting defensive behavior towards someone approaching the property", "The animal making noise is feline"]
|
26 |
]
|
27 |
|
28 |
def process_input(text_input, labels_or_premise, mode):
|