Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def UI(config):
|
|
67 |
],
|
68 |
outputs="audio",
|
69 |
title="Voice cloning and Synthesis with Coqui-XTTS",
|
70 |
-
description="Clone your voice and Synthesize speech using predefined target voice and language. It takes a while to download the model, so wait to record until the app is *Running on Zero* to begin.
|
71 |
)
|
72 |
|
73 |
# Launch the interface
|
|
|
67 |
],
|
68 |
outputs="audio",
|
69 |
title="Voice cloning and Synthesis with Coqui-XTTS",
|
70 |
+
description="Clone your voice and Synthesize speech using predefined target voice and language. It takes a while to download the model, so wait to record until the app is *Running on Zero* to begin."
|
71 |
)
|
72 |
|
73 |
# Launch the interface
|