Spaces:
Runtime error
Runtime error
DrishtiSharma
commited on
Commit
•
33da826
1
Parent(s):
23107f9
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ label = gr.outputs.Label(num_top_classes=5)
|
|
21 |
|
22 |
description = """ Gradio demo for Sentiment Classification of Spanish audios using Wav2Vec2. This app is powered by either of these two trained models at a time: 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 |
-
|
25 |
|
26 |
Note: The Audio examples provided for testing this app were randomly picked from the test dataset.
|
27 |
"""
|
|
|
21 |
|
22 |
description = """ Gradio demo for Sentiment Classification of Spanish audios using Wav2Vec2. This app is powered by either of these two trained models at a time: 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 |
|
26 |
Note: The Audio examples provided for testing this app were randomly picked from the test dataset.
|
27 |
"""
|