Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -444,9 +444,7 @@ def main():
|
|
444 |
|
445 |
st.markdown("### Voice Settings")
|
446 |
st.selectbox("TTS Voice:",["en-US-AriaNeural", "en-US-GuyNeural", "en-GB-SoniaNeural"],key="tts_voice")
|
447 |
-
|
448 |
-
f.write(uploaded_file.getvalue())
|
449 |
-
st.success(f"Uploaded: {uploaded_file.name}")
|
450 |
|
451 |
with col2:
|
452 |
if st.button("π Clear All Files"):
|
|
|
444 |
|
445 |
st.markdown("### Voice Settings")
|
446 |
st.selectbox("TTS Voice:",["en-US-AriaNeural", "en-US-GuyNeural", "en-GB-SoniaNeural"],key="tts_voice")
|
447 |
+
|
|
|
|
|
448 |
|
449 |
with col2:
|
450 |
if st.button("π Clear All Files"):
|