joey1101 commited on
Commit
4938977
·
verified ·
1 Parent(s): b189e5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def sound_gen(response):
186
  return
187
 
188
 
189
- sf.write("customer_service_response.wav", speech.numpy(), samplerate=16000)
190
  st.text("I wanna tell you that")
191
  st.audio("customer_service_response.wav")
192
 
 
186
  return
187
 
188
 
189
+ st.write("customer_service_response.wav", speech.numpy(), samplerate=16000)
190
  st.text("I wanna tell you that")
191
  st.audio("customer_service_response.wav")
192