Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,26 @@ MAX_INPUT_TOKEN_LENGTH = 4096
|
|
13 |
HF_TOKEN = os.environ['HF_TOKEN']
|
14 |
|
15 |
DESCRIPTION = """\
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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():
|