Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,18 +14,7 @@ description_text = "Multi-label (arousal, dominance, valence) Odyssey 2024 Emoti
|
|
| 14 |
The model is trained on MSP-Podcast. \
|
| 15 |
For more details visit: [HuggingFace](https://huggingface.co/3loi/SER-Odyssey-Baseline-WavLM-Multi-Attributes), \
|
| 16 |
[paper/soon]() and [GitHub](https://github.com/MSP-UTD/MSP-Podcast_Challenge/tree/main). <br><br>\
|
| 17 |
-
Upload an audio file and hit the 'Submit' button to predict the emotion
|
| 18 |
-
'''\
|
| 19 |
-
@misc{SER_Challenge_2024,\
|
| 20 |
-
author = {Goncalves, Lucas and Salman, Ali and Reddy, Abinay and Velazquez, Laureano Moro and Thebaud, Thomas and Garcia, Leibny Paola and Dehak, Najim and Sisman, Berrak and Busso, Carlos},\
|
| 21 |
-
title = {Odyssey 2024 - Emotion Recognition Challenge},\
|
| 22 |
-
year = {2024},\
|
| 23 |
-
publisher = {GitHub},\
|
| 24 |
-
journal = {MSP-Podcast Challenge},\
|
| 25 |
-
howpublished = {\url{https://github.com/MSP-UTD/MSP-Podcast_Challenge}},\
|
| 26 |
-
}\
|
| 27 |
-
'''\
|
| 28 |
-
"
|
| 29 |
|
| 30 |
|
| 31 |
def classify_audio(audio_file):
|
|
|
|
| 14 |
The model is trained on MSP-Podcast. \
|
| 15 |
For more details visit: [HuggingFace](https://huggingface.co/3loi/SER-Odyssey-Baseline-WavLM-Multi-Attributes), \
|
| 16 |
[paper/soon]() and [GitHub](https://github.com/MSP-UTD/MSP-Podcast_Challenge/tree/main). <br><br>\
|
| 17 |
+
Upload an audio file and hit the 'Submit' button to predict the emotion"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
def classify_audio(audio_file):
|