Spaces:
Running
on
T4
Running
on
T4
gorkemgoknar
commited on
Commit
•
1db3815
1
Parent(s):
f8dad5f
add links
Browse files
app.py
CHANGED
@@ -237,6 +237,13 @@ def predict(prompt, language, audio_file_pth, mic_file_path, use_mic, voice_clea
|
|
237 |
title = "Coqui🐸 XTTS"
|
238 |
|
239 |
description = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
<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.
|
241 |
<br/>
|
242 |
XTTS is built on previous research, like Tortoise, with additional architectural innovations and training to make cross-language voice cloning and multilingual speech generation possible.
|
@@ -247,8 +254,6 @@ Leave a star on the Github <a href="https://github.com/coqui-ai/TTS">🐸TTS</a>
|
|
247 |
<br/>
|
248 |
<p>For faster inference without waiting in the queue, you should duplicate this space and upgrade to GPU via the settings.
|
249 |
<br/>
|
250 |
-
<a href="https://huggingface.co/spaces/coqui/xtts?duplicate=true">
|
251 |
-
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
252 |
</p>
|
253 |
<p>Language Selectors:
|
254 |
Arabic: ar, Brazilian Portuguese: pt , Chinese: zh-cn, Czech: cs,<br/>
|
|
|
237 |
title = "Coqui🐸 XTTS"
|
238 |
|
239 |
description = """
|
240 |
+
<div>
|
241 |
+
<a style="display:inline-block" href='https://github.com/coqui-ai/TTS'><img src='https://img.shields.io/github/stars/coqui-ai/TTS?style=social' /></a>
|
242 |
+
<a style='display:inline-block' href='https://discord.gg/5eXr5seRrv'><img src='https://discord.com/api/guilds/1037326658807533628/widget.png?style=shield' /></a>
|
243 |
+
<a href="https://huggingface.co/spaces/coqui/xtts?duplicate=true">
|
244 |
+
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
245 |
+
</div>
|
246 |
+
|
247 |
<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.
|
248 |
<br/>
|
249 |
XTTS is built on previous research, like Tortoise, with additional architectural innovations and training to make cross-language voice cloning and multilingual speech generation possible.
|
|
|
254 |
<br/>
|
255 |
<p>For faster inference without waiting in the queue, you should duplicate this space and upgrade to GPU via the settings.
|
256 |
<br/>
|
|
|
|
|
257 |
</p>
|
258 |
<p>Language Selectors:
|
259 |
Arabic: ar, Brazilian Portuguese: pt , Chinese: zh-cn, Czech: cs,<br/>
|