Spaces:
Runtime error
Runtime error
Commit
·
0c7f25c
1
Parent(s):
5662c67
Update app.py
Browse files
app.py
CHANGED
@@ -75,29 +75,7 @@ def predict(prompt, language, audio_file_pth, mic_file_path, use_mic, agree):
|
|
75 |
)
|
76 |
|
77 |
|
78 |
-
title = "
|
79 |
-
|
80 |
-
description = """
|
81 |
-
<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 3-second audio clip.
|
82 |
-
<br/>
|
83 |
-
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.
|
84 |
-
<br/>
|
85 |
-
This is the same model that powers our creator application <a href="https://coqui.ai">Coqui Studio</a> as well as the <a href="https://docs.coqui.ai">Coqui API</a>. In production we apply modifications to make low-latency streaming possible.
|
86 |
-
<br/>
|
87 |
-
Leave a star on the Github <a href="https://github.com/coqui-ai/TTS">TTS</a>, where our open-source inference and training code lives.
|
88 |
-
<br/>
|
89 |
-
<p>For faster inference without waiting in the queue, you should duplicate this space and upgrade to GPU via the settings.
|
90 |
-
<br/>
|
91 |
-
<a href="https://huggingface.co/spaces/coqui/xtts?duplicate=true">
|
92 |
-
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
93 |
-
</p>
|
94 |
-
"""
|
95 |
-
|
96 |
-
article = """
|
97 |
-
<div style='margin:20px auto;'>
|
98 |
-
<p>By using this demo you agree to the terms of the Coqui Public Model License at https://coqui.ai/cpml</p>
|
99 |
-
</div>
|
100 |
-
"""
|
101 |
|
102 |
|
103 |
gr.Interface(
|
@@ -153,6 +131,4 @@ gr.Interface(
|
|
153 |
gr.Audio(label="Synthesised Audio"),
|
154 |
],
|
155 |
title=title,
|
156 |
-
description=description,
|
157 |
-
article=article,
|
158 |
).queue().launch(debug=True)
|
|
|
75 |
)
|
76 |
|
77 |
|
78 |
+
title = "Voice Clone Pranjal"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
|
80 |
|
81 |
gr.Interface(
|
|
|
131 |
gr.Audio(label="Synthesised Audio"),
|
132 |
],
|
133 |
title=title,
|
|
|
|
|
134 |
).queue().launch(debug=True)
|