Alex3456 commited on
Commit
19b1214
·
1 Parent(s): c80a46b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,6 +9,6 @@ classifier(text, candidate_labels, multi_label=True)
9
 
10
 
11
  if text :
12
- out = pipe(text)
13
  st.json(out)
14
 
 
9
 
10
 
11
  if text :
12
+ out = classifier(text)
13
  st.json(out)
14