Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,10 +10,7 @@ import soundfile as sf
|
|
10 |
from model import get_pretrained_model, language_to_models
|
11 |
|
12 |
|
13 |
-
title =
|
14 |
-
Text-to-speech
|
15 |
-
</h1>
|
16 |
-
"# Text-to-speech (TTS)"
|
17 |
|
18 |
|
19 |
# css style is copied from
|
|
|
10 |
from model import get_pretrained_model, language_to_models
|
11 |
|
12 |
|
13 |
+
title = "# Text-to-speech (TTS)"="text-align: center;"
|
|
|
|
|
|
|
14 |
|
15 |
|
16 |
# css style is copied from
|