sotosbarl commited on
Commit
255991b
1 Parent(s): b93d861

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ with open('titles_astiko.pkl', 'rb') as file:
18
 
19
 
20
  def classify(text):
21
- output = classifier(text, label_names, multi_label=True)
22
  return output
23
 
24
 
 
18
 
19
 
20
  def classify(text):
21
+ output = classifier(text, titles_astiko, multi_label=True)
22
  return output
23
 
24