Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JustHuggingFaces
/
JustinSpace
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JustHuggingFaces
commited on
May 17, 2024
Commit
c081ece
·
verified
·
1 Parent(s):
ef0fa14
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
)