Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
coqui/xtts
khetag
/
xtts
like
0
Build error
App
Files
Files
Community
Vaibhav Srivastav
commited on
Sep 14, 2023
Commit
cff1c92
•
1 Parent(s):
e1c65f1
up
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -72,4 +72,5 @@ gr.Interface(
72
gr.Video(label="Synthesised Speech"),
73
],
74
title=title,
75
).launch(debug=True)
72
gr.Video(label="Synthesised Speech"),
73
],
74
title=title,
75
+
description=description,
76
).launch(debug=True)