Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ print(device)
|
|
| 7 |
# Load the NER pipeline
|
| 8 |
print('Preparing pipeline ...\n')
|
| 9 |
pipe = pipeline("ner",
|
| 10 |
-
model="seddiktrk/xlm-roberta-base-finetuned-panx-
|
| 11 |
device=device)
|
| 12 |
print('\nPipe Ready !!!')
|
| 13 |
# Example texts
|
|
|
|
| 7 |
# Load the NER pipeline
|
| 8 |
print('Preparing pipeline ...\n')
|
| 9 |
pipe = pipeline("ner",
|
| 10 |
+
model="seddiktrk/xlm-roberta-base-finetuned-panx-39-langs",
|
| 11 |
device=device)
|
| 12 |
print('\nPipe Ready !!!')
|
| 13 |
# Example texts
|