Fixed workflow tts feature audition (#4867)

This commit is contained in:
Charlie.Wei
2024-06-03 00:22:14 +08:00
committed by GitHub
parent 41e536109b
commit d058a234ba
2 changed files with 2 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ const TextToSpeech = ({
{ languageInfo?.example && (
<AudioBtn
value={languageInfo?.example}
voice={voiceItem?.value}
noCache={false}
isAudition={true}
/>