AshwinSankar commited on
Commit
88a0070
Β·
verified Β·
1 Parent(s): b821413

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +20 -1
app.py CHANGED
@@ -13,7 +13,26 @@ MAX_INPUT_TOKEN_LENGTH = 4096
13
  HF_TOKEN = os.environ['HF_TOKEN']
14
 
15
  DESCRIPTION = """\
16
- # IndicTrans3-beta πŸš€
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  """
18
 
19
  # if not torch.cuda.is_available():
 
13
  HF_TOKEN = os.environ['HF_TOKEN']
14
 
15
  DESCRIPTION = """\
16
+ ## 🌏 IndicTrans3-beta πŸš€: Multilingual Translation for 22 Indic Languages
17
+
18
+ IndicTrans3 is the latest state-of-the-art (SOTA) translation model from AI4Bharat, designed to handle translations across **22 Indic languages** with high accuracy. It supports **document-level machine translation (MT)** and is built to match the performance of other leading SOTA models.
19
+
20
+ πŸ“’ **Training data will be released soon!**
21
+
22
+ ### πŸ”Ή Features
23
+ βœ… Supports **22 Indic languages**
24
+ βœ… Enables **document-level translation**
25
+ βœ… Achieves **SOTA performance** in Indic MT
26
+ βœ… Optimized for **real-world applications**
27
+
28
+ ### πŸš€ Try It Out!
29
+ 1️⃣ Enter text in any supported language
30
+ 2️⃣ Select the target language
31
+ 3️⃣ Click **Translate** and get high-quality results!
32
+
33
+ Built for **linguistic diversity and accessibility**, IndicTrans3 is a major step forward in **Indic language AI**.
34
+
35
+ πŸ’‘ **Source:** AI4Bharat | Powered by Hugging Face
36
  """
37
 
38
  # if not torch.cuda.is_available():