sileod commited on
Commit
b92107e
·
verified ·
1 Parent(s): 362e959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 full of people", "The place is empty"],
23
- ["The child is playing with toys", "The kid is having fun"],
24
- ["It's raining outside", "The weather is wet"],
25
- ["The dog is barking at the mailman", "There is a cat"]
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):