mgoin commited on
Commit
5ab71e8
·
1 Parent(s): fa1dc88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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"