Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ class TTSWebUI:
|
|
15 |
def __init__(self,
|
16 |
gpu_id="cpu",
|
17 |
title="Controllable Text-to-Speech for over 7000 Languages",
|
18 |
-
article="
|
19 |
tts_model_path=None,
|
20 |
vocoder_model_path=None,
|
21 |
embedding_gan_path=None,
|
|
|
15 |
def __init__(self,
|
16 |
gpu_id="cpu",
|
17 |
title="Controllable Text-to-Speech for over 7000 Languages",
|
18 |
+
article="This is running using CPU. <br>",
|
19 |
tts_model_path=None,
|
20 |
vocoder_model_path=None,
|
21 |
embedding_gan_path=None,
|