Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Prgckwb
/
tts
like
0
Sleeping
App
Files
Files
Community
Prgckwb
commited on
Sep 12
Commit
a5eaf4f
•
1 Parent(s):
ca99c4a
fix error
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -47,5 +47,6 @@ if __name__ == "__main__":
47
"EN-US",
48
],
49
],
50
)
51
demo.queue().launch()
47
"EN-US",
48
],
49
],
50
+
cache_examples=False,
51
)
52
demo.queue().launch()