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