Spaces:
Runtime error
Runtime error
Change to v2 base model
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ examples = [
|
|
21 |
],
|
22 |
]
|
23 |
|
24 |
-
ner = NER('knowledgator/UTC-DeBERTa-
|
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,
|