pragnakalp
commited on
Commit
•
dfb46ca
1
Parent(s):
23d7739
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray;} #btn {backg
|
|
133 |
+ "</h1>")
|
134 |
with gr.Row():
|
135 |
with gr.Column():
|
136 |
-
input_audio_text = gr.Dropdown(label="Input Audio",choices=["Please select any of the following options","Angry", "Happy", "Sad", "Disgust","Fear", "Surprise", "Neutral"],interactive=True)
|
137 |
audio_ui=gr.Audio()
|
138 |
input_audio_text.change(return_audio_clip,input_audio_text,audio_ui)
|
139 |
|
|
|
133 |
+ "</h1>")
|
134 |
with gr.Row():
|
135 |
with gr.Column():
|
136 |
+
input_audio_text = gr.Dropdown(label="Input Audio",choices=["Please select any of the following options","Angry", "Happy", "Sad", "Disgust","Fear", "Surprise", "Neutral"],value='Please select any of the following options',interactive=True)
|
137 |
audio_ui=gr.Audio()
|
138 |
input_audio_text.change(return_audio_clip,input_audio_text,audio_ui)
|
139 |
|