bgk commited on
Commit
da53441
·
verified ·
1 Parent(s): 4e1a484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ model = NERModel(
11
  ignore_mismatched_sizes=True
12
  )
13
 
14
- examples=[['I want two hamburgers and one sprite and one milkshake send it to my workplace.' ], [' I want to order two large pizzas, two medium coke, send it to my home, I will pay with cash.' ]]
15
 
16
  def ner(text):
17
  trans_table = text.maketrans('', '', string.punctuation)
 
11
  ignore_mismatched_sizes=True
12
  )
13
 
14
+ examples=[['I want two hamburgers and one sprite and one milkshake, send it to my workplace.' ], [' I want to order two large pizzas, two medium coke, send it to my home, I will pay with cash.' ]]
15
 
16
  def ner(text):
17
  trans_table = text.maketrans('', '', string.punctuation)