seddiktrk commited on
Commit
f3ab87f
·
verified ·
1 Parent(s): d55dfbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-39-langs",
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-all",
11
  device=device)
12
  print('\nPipe Ready !!!')
13
  # Example texts