Commit
·
a67548f
1
Parent(s):
9fb9f0a
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def predict_and_ctc_lm_decode(input_file):
|
|
28 |
description = """ This is a Gradio demo for Sentiment Analysis of Transcribed Spanish Audio. First, we do Speech to Text, and then we perform sentiment analysis on the obtained transcription of the input audio.
|
29 |
|
30 |
|
31 |
-
**
|
32 |
|
33 |
|
34 |
Pre-trained model used for Spanish ASR: [jonatasgrosman/wav2vec2-xls-r-1b-spanish](https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-spanish)
|
|
|
28 |
description = """ This is a Gradio demo for Sentiment Analysis of Transcribed Spanish Audio. First, we do Speech to Text, and then we perform sentiment analysis on the obtained transcription of the input audio.
|
29 |
|
30 |
|
31 |
+
**Note regarding predicted labels : NEG --> NEGATIVE, NEU --> NEUTRAL, POS --> POSITIVE**
|
32 |
|
33 |
|
34 |
Pre-trained model used for Spanish ASR: [jonatasgrosman/wav2vec2-xls-r-1b-spanish](https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-spanish)
|