Daulet9900 commited on
Commit
4df4eb4
·
1 Parent(s): 8e632d2

Title and description correcting

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,4 +10,5 @@ emotion_classifier = pipeline("text-classification", model=model_name)
10
  # Title and Description
11
  st.title("Emotion Classifier")
12
  st.write("""write down how your day went or what your mood is.
 
13
  """)
 
10
  # Title and Description
11
  st.title("Emotion Classifier")
12
  st.write("""write down how your day went or what your mood is.
13
+ On this space used model "bhadresh-savani/distilbert-base-uncased-emotion"
14
  """)