AjayKr09 commited on
Commit
8b0df03
·
verified ·
1 Parent(s): a9f4460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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("")