Update helpers.py
sound -> voice
This commit is contained in:
parent
eec8dd86fa
commit
d8000a5e86
@ -42,7 +42,7 @@ def show_player(ai_content: str, lang_code: str, is_speech_slow: bool) -> None:
|
|||||||
sound_file = BytesIO()
|
sound_file = BytesIO()
|
||||||
tts = gTTS(text=ai_content, lang=lang_code, slow=is_speech_slow)
|
tts = gTTS(text=ai_content, lang=lang_code, slow=is_speech_slow)
|
||||||
tts.write_to_fp(sound_file)
|
tts.write_to_fp(sound_file)
|
||||||
st.write("To hear the sound of AI, press the play button.")
|
st.write("To hear the voice of AI, press the play button.")
|
||||||
st.audio(sound_file)
|
st.audio(sound_file)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user