yangheng commited on
Commit
1771dba
·
1 Parent(s): a81d482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,10 +36,10 @@ if __name__ == '__main__':
36
  fn=inference,
37
  inputs=["text"],
38
  examples=[
39
- ['Strong build though which really adds to its [ASP]durability[ASP] .'], # !sent! Positive
40
- ['Strong [ASP]build[ASP] though which really adds to its durability . !sent! Positive'],
41
  ['The [ASP]battery life[ASP] is excellent - 6-7 hours without charging . !sent! Positive'],
42
  ['I have had my [ASP]computer[ASP] for 2 weeks already and it [ASP]works[ASP] perfectly . !sent! Positive, Positive'],
 
 
43
  ['And I may be the only one but I am really liking [ASP]Windows 8[ASP] . !sent! Positive'],
44
  ['This demo is trained on the laptop and restaurant and other review datasets from [ASP]ABSADatasets[ASP] (https://github.com/yangheng95/ABSADatasets)'],
45
  ['To fit on your data, please train the model on your own data, see the [ASP]PyABSA[ASP] (https://github.com/yangheng95/PyABSA)'],
 
36
  fn=inference,
37
  inputs=["text"],
38
  examples=[
 
 
39
  ['The [ASP]battery life[ASP] is excellent - 6-7 hours without charging . !sent! Positive'],
40
  ['I have had my [ASP]computer[ASP] for 2 weeks already and it [ASP]works[ASP] perfectly . !sent! Positive, Positive'],
41
+ ['Strong build though which really adds to its [ASP]durability[ASP] .'], # !sent! Positive
42
+ ['Strong [ASP]build[ASP] though which really adds to its durability . !sent! Positive'],
43
  ['And I may be the only one but I am really liking [ASP]Windows 8[ASP] . !sent! Positive'],
44
  ['This demo is trained on the laptop and restaurant and other review datasets from [ASP]ABSADatasets[ASP] (https://github.com/yangheng95/ABSADatasets)'],
45
  ['To fit on your data, please train the model on your own data, see the [ASP]PyABSA[ASP] (https://github.com/yangheng95/PyABSA)'],