DrishtiSharma commited on
Commit
6e845d7
1 Parent(s): 06c7cc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -27,6 +27,10 @@ def predict_and_ctc_lm_decode(input_file):
27
 
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
  Pre-trained model used for Spanish ASR: [jonatasgrosman/wav2vec2-xls-r-1b-spanish](https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-spanish)
31
 
32
 
 
27
 
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)
35
 
36