Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,6 @@ def merge_tokens(tokens):
|
|
51 |
else:
|
52 |
# Otherwise, add the token to the list
|
53 |
merged_tokens.append(token)
|
54 |
-
|
55 |
return merged_tokens
|
56 |
|
57 |
def ner(input):
|
|
|
51 |
else:
|
52 |
# Otherwise, add the token to the list
|
53 |
merged_tokens.append(token)
|
|
|
54 |
return merged_tokens
|
55 |
|
56 |
def ner(input):
|