awacke1 commited on
Commit
e603e92
Β·
verified Β·
1 Parent(s): 3eb1c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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
- with open(uploaded_file.name, "wb") as f:
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"):