Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,14 +40,12 @@ LANGUAGE_NAME_TO_CODE = {
|
|
40 |
DESCRIPTION = """\
|
41 |
### **IndicConformer: Speech Recognition for Indian Languages** ποΈβ‘οΈπ
|
42 |
|
43 |
-
|
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 |
|