Spaces:
Sleeping
Sleeping
Commit
·
4df4eb4
1
Parent(s):
8e632d2
Title and description correcting
Browse files
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 |
""")
|