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