JustHuggingFaces commited on
Commit
c081ece
·
verified ·
1 Parent(s): ef0fa14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ if st.button("Classify"):
25
  else:
26
  st.write("Ham!")
27
  speech = to_speech(text)
28
- st.audio(speech)
 
25
  else:
26
  st.write("Ham!")
27
  speech = to_speech(text)
28
+ st.audio(speech, sample_rate=16000)