admin commited on
Commit
2b38a7d
·
1 Parent(s): 4240e15
Files changed (1) hide show
  1. utils.py +3 -3
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 (>40dB)",
12
  "选择模型": "Select a model",
13
  "状态栏": "Status",
14
  "音频文件名": "Audio filename",
15
- "古筝演奏技法识别": "Singing method recognition",
16
- "建议录音时长保持在 3s 左右": "It is recommended to keep the recording length around 5s, too long will affect the recognition efficiency.",
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",