refactor webui

This commit is contained in:
hiyouga
2023-10-15 03:06:21 +08:00
parent c874e764b8
commit 7ed1fa6fe9
14 changed files with 440 additions and 501 deletions

View File

@@ -1,4 +1,8 @@
LOCALES = {
"config": {
"en": {},
"zh": {}
},
"lang": {
"en": {
"label": "Lang"
@@ -443,6 +447,10 @@ LOCALES = {
"label": "保存预测结果"
}
},
"chat_box": {
"en": {},
"zh": {}
},
"load_btn": {
"en": {
"value": "Load model"