workspace commited on
Commit
781e91c
Β·
1 Parent(s): e25ffd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -48,15 +48,15 @@ def plot_fig(input):
48
  return fig
49
 
50
 
51
- with gr.Blocks(css='background2.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"):
 
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"):