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