workspace commited on
Commit
ad29f2b
β€’
1 Parent(s): 586bba4

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='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"):
 
48
  return fig
49
 
50
 
51
+ with gr.Blocks(css=".gradio-container {background-image: url('background_1.jpg')}") 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
+ 1. Happy 😎
57
+ 2. Neutral 😐
58
+ 3. Sad 😒
59
+ 4. Angry 😀
60
  """
61
  )
62
  with gr.Tab("Record Audio"):