Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,7 @@ print(inference)
|
|
20 |
```
|
21 |
## Use case example
|
22 |
The Named Entity Recognition Pipeline can process text before storing the information in a database.
|
23 |
-
|
24 |
-
For example, you may want to process texta and store the entities in different columns depending on the entity type.
|
25 |
|
26 |
'''
|
27 |
task = "ner"
|
|
|
20 |
```
|
21 |
## Use case example
|
22 |
The Named Entity Recognition Pipeline can process text before storing the information in a database.
|
23 |
+
For example, you may want to process text and store the entities in different columns depending on the entity type.
|
|
|
24 |
|
25 |
'''
|
26 |
task = "ner"
|