mirror of
https://github.com/linyqh/NarratoAI.git
synced 2025-12-12 19:52:48 +00:00
feat: 显示字幕引擎支持提示
This commit is contained in:
parent
6c8a56a51c
commit
d75c2e000f
@ -10,6 +10,7 @@ def render_subtitle_panel(tr):
|
|||||||
"""渲染字幕设置面板"""
|
"""渲染字幕设置面板"""
|
||||||
with st.container(border=True):
|
with st.container(border=True):
|
||||||
st.write(tr("Subtitle Settings"))
|
st.write(tr("Subtitle Settings"))
|
||||||
|
st.info("💡 提示:目前仅 **edge-tts** 引擎支持自动生成字幕,其他 TTS 引擎暂不支持。")
|
||||||
|
|
||||||
# 检查是否选择了 SoulVoice qwen3_tts引擎
|
# 检查是否选择了 SoulVoice qwen3_tts引擎
|
||||||
from app.services import voice
|
from app.services import voice
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user