Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
|
@@ -38,7 +38,6 @@ def display_status_and_action(text):
|
|
| 38 |
if st.button("🎤 음성 생성 및 재생"):
|
| 39 |
# gTTS로 mp3 생성
|
| 40 |
tts = gTTS(text=text_input, lang='ko')
|
| 41 |
-
tts.save("output.mp3")
|
| 42 |
|
| 43 |
# 메모리에 저장
|
| 44 |
mp3_fp = BytesIO()
|
|
|
|
| 38 |
if st.button("🎤 음성 생성 및 재생"):
|
| 39 |
# gTTS로 mp3 생성
|
| 40 |
tts = gTTS(text=text_input, lang='ko')
|
|
|
|
| 41 |
|
| 42 |
# 메모리에 저장
|
| 43 |
mp3_fp = BytesIO()
|