DrishtiSharma
commited on
Commit
•
4b32ac7
1
Parent(s):
fc24fec
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def predict_and_ctc_lm_decode(input_file):
|
|
26 |
|
27 |
return sexism_detection
|
28 |
|
29 |
-
description = """
|
30 |
|
31 |
|
32 |
**NOTE: LABEL_0: "NON SEXISM" or LABEL_1: "SEXISM"**
|
|
|
26 |
|
27 |
return sexism_detection
|
28 |
|
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"**
|