Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,15 +48,15 @@ def plot_fig(input):
|
|
48 |
return fig
|
49 |
|
50 |
|
51 |
-
with gr.Blocks(css='
|
52 |
gr.Markdown(
|
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"):
|
|
|
48 |
return fig
|
49 |
|
50 |
|
51 |
+
with gr.Blocks(css='background.css') as app:
|
52 |
gr.Markdown(
|
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"):
|