Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mayf
/
1
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mayf
commited on
19 days ago
Commit
711740c
·
verified
·
1 Parent(s):
d24a64f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -93,4 +93,5 @@ else:
93
tts.write_to_fp(tmp)
94
tmp.flush()
95
st.audio(tmp.name, format="audio/mp3")
96
93
tts.write_to_fp(tmp)
94
tmp.flush()
95
st.audio(tmp.name, format="audio/mp3")
96
+
97