Spaces:
Running
Running
admin
commited on
Commit
·
2b38a7d
1
Parent(s):
4240e15
sync ms
Browse files
utils.py
CHANGED
|
@@ -8,12 +8,12 @@ from PIL import Image
|
|
| 8 |
EN_US = os.getenv("LANG") != "zh_CN.UTF-8"
|
| 9 |
|
| 10 |
ZH2EN = {
|
| 11 |
-
"上传录音": "Upload a recording
|
| 12 |
"选择模型": "Select a model",
|
| 13 |
"状态栏": "Status",
|
| 14 |
"音频文件名": "Audio filename",
|
| 15 |
-
"古筝演奏技法识别": "
|
| 16 |
-
"建议录音时长保持在 3s 左右": "It is recommended to keep the recording length around
|
| 17 |
"引用": "Cite",
|
| 18 |
"颤音": "chan yin",
|
| 19 |
"上滑音": "shang hua yin",
|
|
|
|
| 8 |
EN_US = os.getenv("LANG") != "zh_CN.UTF-8"
|
| 9 |
|
| 10 |
ZH2EN = {
|
| 11 |
+
"上传录音": "Upload a recording",
|
| 12 |
"选择模型": "Select a model",
|
| 13 |
"状态栏": "Status",
|
| 14 |
"音频文件名": "Audio filename",
|
| 15 |
+
"古筝演奏技法识别": "Guzheng playing tech recognition",
|
| 16 |
+
"建议录音时长保持在 3s 左右": "It is recommended to keep the recording length around 3s.",
|
| 17 |
"引用": "Cite",
|
| 18 |
"颤音": "chan yin",
|
| 19 |
"上滑音": "shang hua yin",
|