Spaces:
Runtime error
Runtime error
Commit
·
cacecb0
1
Parent(s):
99299e0
Update app.py
Browse files
app.py
CHANGED
@@ -17,9 +17,7 @@ label = gr.outputs.Label(num_top_classes=5)
|
|
17 |
|
18 |
################### Gradio Web APP ################################
|
19 |
|
20 |
-
description = """ Gradio demo for Sentiment Classification of Spanish audios using Wav2Vec2.
|
21 |
-
|
22 |
-
Link to fine-tuned models trained on MESD dataset: i) [Model A](https://huggingface.co/hackathon-pln-es/wav2vec2-base-finetuned-sentiment-classification-MESD) ii) [Model B](https://huggingface.co/hackathon-pln-es/wav2vec2-base-finetuned-sentiment-mesd)
|
23 |
|
24 |
Link to Processed MESD dataset: [Please Click Here](https://huggingface.co/datasets/hackathon-pln-es/MESD)
|
25 |
|
|
|
17 |
|
18 |
################### Gradio Web APP ################################
|
19 |
|
20 |
+
description = """ Gradio demo for Sentiment Classification of Spanish audios using Wav2Vec2. We have fine-tuned two models for the aforementioned tasks i) [Model A](https://huggingface.co/hackathon-pln-es/wav2vec2-base-finetuned-sentiment-classification-MESD) ii) [Model B](https://huggingface.co/hackathon-pln-es/wav2vec2-base-finetuned-sentiment-mesd)
|
|
|
|
|
21 |
|
22 |
Link to Processed MESD dataset: [Please Click Here](https://huggingface.co/datasets/hackathon-pln-es/MESD)
|
23 |
|