Piskovskytom commited on
Commit
02869c8
·
1 Parent(s): a1d3c2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  import streamlit as st
3
  from transformers import pipeline
4
 
5
- pipe = pipeline("sentiment-analysis")
6
  text = st.text_area("enter some text!")
7
 
8
  if text:
 
2
  import streamlit as st
3
  from transformers import pipeline
4
 
5
+ pipe = pipeline("text-classification")
6
  text = st.text_area("enter some text!")
7
 
8
  if text: