dawng88 commited on
Commit
3ee0a4b
1 Parent(s): 0d9ea28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ classifier(text)
7
 
8
 
9
  if text:
10
- out = pipe(text)
11
  st.json(out)
 
7
 
8
 
9
  if text:
10
+ out = classifer(text)
11
  st.json(out)