Spaces:
Runtime error
Runtime error
Matt C
commited on
Commit
·
300f06d
1
Parent(s):
14375c2
tweak import
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
from transformers import
|
| 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', '''
|