若干杂项,界面优化 (#1387)

推理界面布局优化,删去文本切分小框
python webui.py or inference_webui.py  <version(optional)>   <language(optional)>
支持启动时选择模型版本,填在第一个即可,若缺失使用缺省值
支持启动时选择i18n语言,填在最后一个即可,若缺失使用缺省值
计时优化
This commit is contained in:
XXXXRT666
2024-08-03 12:12:04 +08:00
committed by GitHub
parent 6ec3a66d53
commit 50a63c57d1
21 changed files with 117 additions and 87 deletions

View File

@@ -7,7 +7,8 @@ pytorch-lightning
gradio==3.38.0
gradio_client==0.8.1
ffmpeg-python
onnxruntime-gpu
onnxruntime; sys_platform == 'darwin'
onnxruntime-gpu; sys_platform != 'darwin'
tqdm
funasr==1.0.27
cn2an