Curative commited on
Commit
e8f73fc
·
verified ·
1 Parent(s): 08f21ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def get_classifier():
16
  if not classifier:
17
  classifier = pipeline(
18
  "zero-shot-classification",
19
- model="textattack/distilbert-base-uncased-ag-news")
20
  return classifier
21
 
22
  def get_ner():
 
16
  if not classifier:
17
  classifier = pipeline(
18
  "zero-shot-classification",
19
+ model="facebook/bart-large-mnli")
20
  return classifier
21
 
22
  def get_ner():