Fixed workflow tts feature audition (#4867)

This commit is contained in:
Charlie.Wei 2024-06-03 00:22:14 +08:00 committed by GitHub
commit d058a234ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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}
/>