Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import torch
|
|
7 |
pipe = pipeline("image-classification", model="trpakov/vit-face-expression", top_k=None)
|
8 |
|
9 |
# Define emotion labels
|
10 |
-
emotion_labels = ["
|
11 |
|
12 |
# Streamlit app
|
13 |
st.title("Emotion Recognition with vit-face-expression")
|
|
|
7 |
pipe = pipeline("image-classification", model="trpakov/vit-face-expression", top_k=None)
|
8 |
|
9 |
# Define emotion labels
|
10 |
+
emotion_labels = ["Neutral", "Sad", "Angry", "Surprised", "Happy"]
|
11 |
|
12 |
# Streamlit app
|
13 |
st.title("Emotion Recognition with vit-face-expression")
|