DrishtiSharma commited on
Commit
8091ee3
1 Parent(s): 4b32ac7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -29,7 +29,9 @@ def predict_and_ctc_lm_decode(input_file):
29
  description = """ This is a Gradio demo for Spanish audio transcription-based Sexism detection. To use this, simply provide an audio input (audio recording or via microphone), which will subsequently be transcribed and classified as sexism/non-sexism pertaining to audio (transcription) with the help of pre-trained models.
30
 
31
 
32
- **NOTE: LABEL_0: "NON SEXISM" or LABEL_1: "SEXISM"**
 
 
33
 
34
 
35
  Pre-trained Model used for Spanish ASR: [jonatasgrosman/wav2vec2-xls-r-1b-spanish](https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-spanish)
 
29
  description = """ This is a Gradio demo for Spanish audio transcription-based Sexism detection. To use this, simply provide an audio input (audio recording or via microphone), which will subsequently be transcribed and classified as sexism/non-sexism pertaining to audio (transcription) with the help of pre-trained models.
30
 
31
 
32
+
33
+ **NOTE regarding the predicted label: LABEL_0: "NON SEXISM" or LABEL_1: "SEXISM"**
34
+
35
 
36
 
37
  Pre-trained Model used for Spanish ASR: [jonatasgrosman/wav2vec2-xls-r-1b-spanish](https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-spanish)