Commit
·
3ded6ed
1
Parent(s):
796f3a5
Update app.py
Browse files
app.py
CHANGED
@@ -129,9 +129,8 @@ def return_audio_clip(audio_text):
|
|
129 |
return filepath
|
130 |
|
131 |
with gr.Blocks(css=".gradio-container {background-color: lightgray;}") as demo:
|
132 |
-
gr.
|
133 |
-
|
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)
|
137 |
audio_ui=gr.Audio()
|
|
|
129 |
return filepath
|
130 |
|
131 |
with gr.Blocks(css=".gradio-container {background-color: lightgray;}") as demo:
|
132 |
+
with gr.Row():
|
133 |
+
gr.Markdown("""<h1 style='text-align: center;>Audio Emotion Detection</h1>""")
|
|
|
134 |
with gr.Column():
|
135 |
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)
|
136 |
audio_ui=gr.Audio()
|