pragnakalp commited on
Commit
2a3f9e7
1 Parent(s): 295255c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -130,7 +130,9 @@ def return_audio_clip(audio_text):
130
  return filepath
131
 
132
  with gr.Blocks(css=".gradio-container {background-color: lightgray;}") as blocks:
133
- gr.Markdown("<h1 style='text-align: center;>Audio Emotion Detection</h1>")
 
 
134
  with gr.Row():
135
  with gr.Column():
136
  input_audio_text = gr.Dropdown(lable="Input Audio",choices=["Please select any of the following options","Angry", "Happy", "Sad", "Disgust","Fear", "Surprise", "Neutral"],interactive=True)
 
130
  return filepath
131
 
132
  with gr.Blocks(css=".gradio-container {background-color: lightgray;}") as blocks:
133
+ gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>"
134
+ + "Audio Emotion Detection"
135
+ + "</h1>")
136
  with gr.Row():
137
  with gr.Column():
138
  input_audio_text = gr.Dropdown(lable="Input Audio",choices=["Please select any of the following options","Angry", "Happy", "Sad", "Disgust","Fear", "Surprise", "Neutral"],interactive=True)