Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ntt123
/
vietTTS
like
27
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ntt123
commited on
Jan 3, 2022
Commit
1f4490f
·
1 Parent(s):
e89bb30
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,4 +42,4 @@ gr.Interface(
42
outputs="audio",
43
title = title,
44
description=description,
45
-
).launch(debug=
True
)
42
outputs="audio",
43
title = title,
44
description=description,
45
+
).launch(debug=
False
)