vonewman commited on
Commit
6c68283
·
1 Parent(s): 8c94cf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from transformers import pipeline
2
  import gradio as gr
3
 
4
 
5
- model_checkpoint = "vonewman/wolof-finetuned-ner"
6
 
7
  ner_pipeline = pipeline("ner", model=model_checkpoint,
8
  aggregation_strategy="simple")
 
2
  import gradio as gr
3
 
4
 
5
+ model_checkpoint = "vonewman/xlm-roberta-base-finetuned-wolof"
6
 
7
  ner_pipeline = pipeline("ner", model=model_checkpoint,
8
  aggregation_strategy="simple")