Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|