Spaces:
Runtime error
Runtime error
immelstorun
commited on
Commit
•
636f5bc
1
Parent(s):
e893152
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,6 @@ def predict_emotion(audio):
|
|
28 |
# Loading gradio interface
|
29 |
inputs = gr.inputs.Audio(label="Input Audio", type="file")
|
30 |
outputs = "text"
|
31 |
-
title = "
|
32 |
-
description = "
|
33 |
gr.Interface(predict_emotion, inputs, outputs, title=title, description=description).launch()
|
|
|
28 |
# Loading gradio interface
|
29 |
inputs = gr.inputs.Audio(label="Input Audio", type="file")
|
30 |
outputs = "text"
|
31 |
+
title = "ML Speech Emotion Detection"
|
32 |
+
description = "Speechbrain powered wav2vec 2.0 pretrained model on IEMOCAP dataset using Gradio."
|
33 |
gr.Interface(predict_emotion, inputs, outputs, title=title, description=description).launch()
|