增加依赖

This commit is contained in:
diudiu62
2025-02-25 18:03:29 +08:00
parent 5aa842cf66
commit d01d1a8520
2 changed files with 4 additions and 2 deletions

View File

@@ -564,7 +564,7 @@ CONFIG_METADATA_2 = {
"sensevoice_hint": {
"description": "部署SenseVoice",
"type": "string",
"hint": "启用前请 pip 安装 funasr_onnx、torchaudio、torch 库默认使用CPU大约下载 1 GB并且安装 ffmpeg。否则将无法正常转文字。",
"hint": "启用前请 pip 安装 funasr_onnx、torchaudio、torch、modelscope、jieba默认使用CPU大约下载 1 GB并且安装 ffmpeg。否则将无法正常转文字。",
"obvious_hint": True,
},
"is_emotion": {

View File

@@ -24,4 +24,6 @@ cryptography
funasr_onnx
torchaudio
torch
torch
modelscope
jieba