DrishtiSharma
commited on
Commit
•
2f04e25
1
Parent(s):
9e51781
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def predict_and_ctc_lm_decode(input_file):
|
|
29 |
return "SEXIST LANGUAGE DETECTED"
|
30 |
|
31 |
|
32 |
-
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.
|
33 |
|
34 |
|
35 |
|
|
|
29 |
return "SEXIST LANGUAGE DETECTED"
|
30 |
|
31 |
|
32 |
+
description = """ This is a Gradio demo for Spanish audio transcription-based Sexism detection. The key objective is to detect whether the sexist language is present in the audio or not. To use this app, 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.
|
33 |
|
34 |
|
35 |
|