Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ def speak(text):
|
|
27 |
return 16_000, y
|
28 |
|
29 |
|
30 |
-
title = "
|
31 |
-
description = "
|
32 |
|
33 |
gr.Interface(
|
34 |
fn=speak,
|
|
|
27 |
return 16_000, y
|
28 |
|
29 |
|
30 |
+
title = "tacotron2"
|
31 |
+
description = "text-to-speech demo"
|
32 |
|
33 |
gr.Interface(
|
34 |
fn=speak,
|