Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,10 +53,10 @@ with gr.Blocks(css='background.css') as app:
|
|
53 |
"""
|
54 |
# Speech Emotion Detector π΅π
|
55 |
This application classifies inputted audio π according to the verbal emotion into four categories:
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
"""
|
61 |
)
|
62 |
with gr.Tab("Record Audio"):
|
|
|
53 |
"""
|
54 |
# Speech Emotion Detector π΅π
|
55 |
This application classifies inputted audio π according to the verbal emotion into four categories:
|
56 |
+
Happy π
|
57 |
+
Neutral π
|
58 |
+
Sad π’
|
59 |
+
Angry π€
|
60 |
"""
|
61 |
)
|
62 |
with gr.Tab("Record Audio"):
|