wjbmattingly commited on
Commit
a6c874d
·
verified ·
1 Parent(s): 0d241f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import tempfile
16
  import zipfile
17
 
18
  # Initialize GLiNER model
19
- gliner_model = GLiNER.from_pretrained("knowledgator/modern-gliner-bi-large-v1.0")
20
 
21
  DEFAULT_NER_LABELS = "person, organization, location, date, event"
22
 
 
16
  import zipfile
17
 
18
  # Initialize GLiNER model
19
+ gliner_model = GLiNER.from_pretrained("knowledgator/modern-gliner-bi-base-v1.0")
20
 
21
  DEFAULT_NER_LABELS = "person, organization, location, date, event"
22