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

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, rate=52050)
 
25
  else:
26
  st.write("Ham!")
27
  speech = to_speech(text)
28
+ st.audio(speech)