From 6e35aba4149f8efcd0235a5b59b578853f7f26d5 Mon Sep 17 00:00:00 2001 From: wayne Date: Wed, 24 Jul 2024 11:26:22 +0800 Subject: [PATCH] =?UTF-8?q?fasterWhisper=E5=92=8CMoneyPrinterPlus=E6=97=A0?= =?UTF-8?q?=E7=BC=9D=E9=9B=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- gui.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d17913..1eee3f9 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ [在MoneyPrinterPlus中使用本地chatTTS语音模型](https://mp.weixin.qq.com/s/bToXG_3XSYHKVI6Nf5W3Dw) +[fasterWhisper和MoneyPrinterPlus无缝集成](https://mp.weixin.qq.com/s/dSZjpfqUKBz3PyAOYvJKGw) # 界面概览 @@ -156,7 +157,7 @@ # 更新预告 -* 已经支持本地语音识别模型fasterwhisper, 教程待上。 可关注我公众号获得最新进度。 +* 已经支持本地语音识别模型fasterwhisper, 教程[fasterWhisper和MoneyPrinterPlus无缝集成](https://mp.weixin.qq.com/s/dSZjpfqUKBz3PyAOYvJKGw)。 可关注我公众号获得最新进度。 * 已经支持本地语音模型ChatTTS了,教程 [在MoneyPrinterPlus中使用本地chatTTS语音模型](https://mp.weixin.qq.com/s/bToXG_3XSYHKVI6Nf5W3Dw) * 支持本地大模型工具Ollama [MoneyPrinterPlus全面支持本地Ollama大模型](https://mp.weixin.qq.com/s/Q1C7kxJytDeQ6v12I5vdoQ) * 视频自动发布功能已经上线了!!!! 使用教程[MoneyPrinterPlus一键发布短视频到视频号,抖音,快手,小红书上线了](https://mp.weixin.qq.com/s/QOpSbb_q01E0CWAI3KQ89w) diff --git a/gui.py b/gui.py index 51850a4..419d396 100644 --- a/gui.py +++ b/gui.py @@ -270,7 +270,7 @@ def set_llm_model_name(provider, key): if module_name == selected_local_audio_recognition_compute: selected_local_audio_recognition_compute_index = i break - st.selectbox(tr("device type"), + st.selectbox(tr("compute type"), options=local_audio_recognition_fasterwhisper_compute_types, index=selected_local_audio_recognition_compute_index, key='recognition_compute_type',