Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from transformers import pipeline
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
|
| 5 |
-
model_checkpoint = "
|
| 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")
|