joshuasundance commited on
Commit
3710178
1 Parent(s): 77c795f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -119,7 +119,7 @@ model = AbsaModel.from_pretrained(
119
  spacy_model="en_core_web_sm",
120
  )
121
  # Run inference
122
- preds = model("The food was great, but the venue is just way too busy.")
123
  ```
124
 
125
  <!--
 
119
  spacy_model="en_core_web_sm",
120
  )
121
  # Run inference
122
+ preds = model("This laptop meets every expectation and Windows 7 is great!")
123
  ```
124
 
125
  <!--