Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,8 @@ from transformers import pipeline
|
|
9 |
|
10 |
pipe = pipeline("text-classification", model="bhadresh-savani/bert-base-uncased-emotion")
|
11 |
|
|
|
|
|
12 |
st.write('Enter Text for Emotion Detection:')
|
13 |
|
14 |
text=st.text_input("")
|
|
|
9 |
|
10 |
pipe = pipeline("text-classification", model="bhadresh-savani/bert-base-uncased-emotion")
|
11 |
|
12 |
+
st.write('')
|
13 |
+
|
14 |
st.write('Enter Text for Emotion Detection:')
|
15 |
|
16 |
text=st.text_input("")
|