kdevoe commited on
Commit
1965f20
1 Parent(s): 453b861

Update app.py

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