vonewman commited on
Commit
f5a2147
1 Parent(s): d17c055

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 = "https://huggingface.co/vonewman/xlm-roberta-base-finetuned-wolof"
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")