Ihor commited on
Commit
41c87e2
·
verified ·
1 Parent(s): 8e19b14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ examples = [
21
  ],
22
  ]
23
 
24
- ner = NER('knowledgator/UTC-DeBERTa-small')
25
 
26
  gradio_app = gr.Interface(
27
  ner.process,
 
21
  ],
22
  ]
23
 
24
+ ner = NER('knowledgator/UTC-DeBERTa-large')
25
 
26
  gradio_app = gr.Interface(
27
  ner.process,