NEXAS commited on
Commit
6950546
1 Parent(s): 0c808ee

Update src/audio.py

Browse files
Files changed (1) hide show
  1. src/audio.py +1 -1
src/audio.py CHANGED
@@ -66,7 +66,7 @@ def audio_d():
66
  autoplay_audio(audio_file)
67
  st.write(final_response)
68
  st.session_state.messages.append({"role": "assistant", "content": final_response})
69
- os.remove(audio_file)
70
 
71
  # Float the footer container and provide CSS to target it with
72
  footer_container.float("bottom: 0rem;")
 
66
  autoplay_audio(audio_file)
67
  st.write(final_response)
68
  st.session_state.messages.append({"role": "assistant", "content": final_response})
69
+ #os.remove(audio_file)
70
 
71
  # Float the footer container and provide CSS to target it with
72
  footer_container.float("bottom: 0rem;")