pragnakalp commited on
Commit
295255c
·
1 Parent(s): 241594c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ 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;>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)