asahi417 commited on
Commit
4f9927a
·
1 Parent(s): 0738568
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ model = TransformersNER("tner/roberta-large-ontonotes5")
6
 
7
  examples = [
8
  "Jacob Collier is a Grammy awarded artist from England.",
9
- "When Sebastian Thrun PERSON started working on self-driving cars at Google ORG in 2007 DATE , few people outside of the company took him seriously.",
10
- "But Google ORGis starting from behind. The company made a late push into hardware, and Apple ORG’s Siri, available on iPhones, and Amazon ORG’s Alexa software, which runs on its Echo and Dot devices, have clear leads in consumer adoption."
11
  ]
12
 
13
 
 
6
 
7
  examples = [
8
  "Jacob Collier is a Grammy awarded artist from England.",
9
+ "When Sebastian Thrun started working on self-driving cars at Google in 2007 , few people outside of the company took him seriously.",
10
+ "But Google is starting from behind. The company made a late push into hardware, and Apple’s Siri, available on iPhones, and Amazon’s Alexa software, which runs on its Echo and Dot devices, have clear leads in consumer adoption."
11
  ]
12
 
13