Spaces:
Running
Running
Commit
·
340fa0e
1
Parent(s):
76b2821
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ def predict(prompt, language, audio_file_pth, mic_file_path, use_mic, voice_clea
|
|
246 |
)
|
247 |
|
248 |
|
249 |
-
title = "Coqui🐸 XTTS"
|
250 |
|
251 |
description = """
|
252 |
<a href="https://huggingface.co/coqui/XTTS-v1">XTTS</a> is a Voice generation model that lets you clone voices into different languages by using just a quick 6-second audio clip.
|
|
|
246 |
)
|
247 |
|
248 |
|
249 |
+
title = "Coqui🐸 XTTS - Streaming"
|
250 |
|
251 |
description = """
|
252 |
<a href="https://huggingface.co/coqui/XTTS-v1">XTTS</a> is a Voice generation model that lets you clone voices into different languages by using just a quick 6-second audio clip.
|