Ihor commited on
Commit
c72cf05
1 Parent(s): 41c87e2

Change to v2 base model

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-large')
25
 
26
  gradio_app = gr.Interface(
27
  ner.process,
 
21
  ],
22
  ]
23
 
24
+ ner = NER('knowledgator/UTC-DeBERTa-base-v2')
25
 
26
  gradio_app = gr.Interface(
27
  ner.process,