Spaces:
Runtime error
Runtime error
Commit
·
27d2816
1
Parent(s):
77482fa
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,8 @@ def predict(prompt, language, audio_file_pth, mic_file_path, use_mic, voice_clea
|
|
187 |
title = "🐸 XTTS - 3秒语音合成,支持中英双语,告别电音!"
|
188 |
|
189 |
description = f"""
|
190 |
-
## <center>🌟 - 只需上传3~10秒语音,支持13
|
|
|
191 |
### <center>🌊 - 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>
|
192 |
""".strip()
|
193 |
|
|
|
187 |
title = "🐸 XTTS - 3秒语音合成,支持中英双语,告别电音!"
|
188 |
|
189 |
description = f"""
|
190 |
+
## <center>🌟 - 只需上传3~10秒语音,支持13种语言,中文能力极大增强!</center>
|
191 |
+
### <center>🤗 - 使用[Colab笔记本](https://github.com/KevinWang676/Bark-Voice-Cloning)运行;Powered by [Coqui AI](https://coqui.ai/)</center>
|
192 |
### <center>🌊 - 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>
|
193 |
""".strip()
|
194 |
|