Spaces:
kevinwang676
/
Runtime error

kevinwang676 commited on
Commit
9aa7d5b
·
1 Parent(s): ce530e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -186,13 +186,8 @@ def predict(prompt, language, audio_file_pth, mic_file_path, use_mic, voice_clea
186
 
187
  title = "🐸 XTTS - 3秒语音合成,支持中英双语,一键声音克隆,告别电音!"
188
 
189
- description = """
190
- Powered by [Coqui AI](https://coqui.ai/)
191
- <br/>
192
- 更多精彩
193
- """
194
  description = f"""
195
- ## <center>🌟 - 支持13种语言,中文能力极大增强!Powered by [Coqui AI](https://coqui.ai/)</center>
196
  ### <center>🌊 - 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>
197
  """.strip()
198
 
 
186
 
187
  title = "🐸 XTTS - 3秒语音合成,支持中英双语,一键声音克隆,告别电音!"
188
 
 
 
 
 
 
189
  description = f"""
190
+ ## <center>🌟 - 支持13种语言,中文能力极大增强!使用[Colab笔记本](https://github.com/KevinWang676/Bark-Voice-Cloning)运行;Powered by [Coqui AI](https://coqui.ai/)</center>
191
  ### <center>🌊 - 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>
192
  """.strip()
193