Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,6 +17,11 @@ import re
|
|
| 17 |
from IndicTransToolkit import IndicProcessor
|
| 18 |
import torch
|
| 19 |
import torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
logging.set_verbosity_error()
|
| 22 |
|
|
|
|
| 17 |
from IndicTransToolkit import IndicProcessor
|
| 18 |
import torch
|
| 19 |
import torch
|
| 20 |
+
from lang_list import (
|
| 21 |
+
LANGUAGE_NAME_TO_CODE,
|
| 22 |
+
T2TT_TARGET_LANGUAGE_NAMES,
|
| 23 |
+
TEXT_SOURCE_LANGUAGE_NAMES,
|
| 24 |
+
)
|
| 25 |
|
| 26 |
logging.set_verbosity_error()
|
| 27 |
|