Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
united-link
/
taiwanese-hakka-tts
like
3
Running
App
Files
Files
Community
1
txya900619
commited on
Nov 1, 2024
Commit
df8f9bf
•
1 Parent(s):
ba7ddeb
feat: enable show error on api
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -309,4 +309,4 @@ with demo:
309
],
310
)
311
312
-
demo.launch()
309
],
310
)
311
312
+
demo.launch(
show_error=True
)