navyaparesh commited on
Commit
b68a112
Β·
verified Β·
1 Parent(s): 36b671e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -40,14 +40,12 @@ LANGUAGE_NAME_TO_CODE = {
40
  DESCRIPTION = """\
41
  ### **IndicConformer: Speech Recognition for Indian Languages** πŸŽ™οΈβž‘οΈπŸ“œ
42
 
43
- This Gradio demo showcases **IndicConformer**, a speech recognition model for **22 Indian languages**. The model operates in two modes: **CTC (Connectionist Temporal Classification)** and **RNNT (Recurrent Neural Network Transducer)**, providing robust and accurate transcriptions across diverse linguistic and acoustic conditions.
44
 
45
  #### **How to Use:**
46
  1. **Upload or record** an audio clip in any supported Indian language.
47
  2. Select the **mode** (CTC or RNNT) for transcription.
48
- 3. Click **"Transcribe"** to generate the corresponding text.
49
- 4. View or copy the output for further use.
50
-
51
 
52
  """
53
 
 
40
  DESCRIPTION = """\
41
  ### **IndicConformer: Speech Recognition for Indian Languages** πŸŽ™οΈβž‘οΈπŸ“œ
42
 
43
+ **IndicConformer**, a speech recognition model for **22 Indian languages**. The model operates in two modes: **CTC (Connectionist Temporal Classification)** and **RNNT (Recurrent Neural Network Transducer)**
44
 
45
  #### **How to Use:**
46
  1. **Upload or record** an audio clip in any supported Indian language.
47
  2. Select the **mode** (CTC or RNNT) for transcription.
48
+ 3. Click **"Transcribe"** to generate the corresponding text.
 
 
49
 
50
  """
51