Matt C commited on
Commit
300f06d
1 Parent(s): 14375c2

tweak import

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
 
3
- from transformers import RobertaTokenizer, RobertaForSequenceClassification
4
 
5
 
6
  txt = st.text_area('Text to analyze', '''
 
1
  import streamlit as st
2
 
3
+ from transformers import AutoTokenizer, AutoModelForSequenceClassification
4
 
5
 
6
  txt = st.text_area('Text to analyze', '''