Saripudin commited on
Commit
428c34f
·
verified ·
1 Parent(s): a613a45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  from typing import Dict, Union
5
  from gliner import GLiNER
6
 
7
- model = GLiNER.from_pretrained("numind/NuNER_Zero")
8
 
9
  classifier = pipeline("zero-shot-classification", model="MoritzLaurer/deberta-v3-base-zeroshot-v1")
10
 
 
4
  from typing import Dict, Union
5
  from gliner import GLiNER
6
 
7
+ model = GLiNER.from_pretrained("urchade/gliner_multi-v2.1") # numind/NuNER_Zero
8
 
9
  classifier = pipeline("zero-shot-classification", model="MoritzLaurer/deberta-v3-base-zeroshot-v1")
10