Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
·
4a16a4d
1
Parent(s):
8ecd771
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import git
|
|
5 |
import os
|
6 |
os.system('git clone https://github.com/Edresson/Coqui-TTS -b multilingual-torchaudio-SE TTS')
|
7 |
os.system('pip install -q -e TTS/')
|
8 |
-
os.system('pip install -q torchaudio==0.9.0')
|
9 |
|
10 |
os.system('pip install voicefixer --upgrade')
|
11 |
from voicefixer import VoiceFixer
|
@@ -186,7 +185,7 @@ gr.Interface(
|
|
186 |
fn=greet,
|
187 |
inputs=[gr.inputs.Textbox(label='请输入您想要合成的文字,请自觉合法合规使用!'),gr.Audio(type="filepath", source="upload",label='请上传您喜欢的声音(wav/mp3文件, max. 30mb)'),gr.Audio(source="microphone", type="filepath", label = '请用麦克风上传您喜欢的声音,与文件上传二选一即可')],
|
188 |
outputs="audio",
|
189 |
-
title="
|
190 |
description = "注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习使用。用户生成内容与程序开发者无关,请自觉合法合规使用,违反者一切后果自负。",
|
191 |
-
article = "
|
192 |
).launch()
|
|
|
5 |
import os
|
6 |
os.system('git clone https://github.com/Edresson/Coqui-TTS -b multilingual-torchaudio-SE TTS')
|
7 |
os.system('pip install -q -e TTS/')
|
|
|
8 |
|
9 |
os.system('pip install voicefixer --upgrade')
|
10 |
from voicefixer import VoiceFixer
|
|
|
185 |
fn=greet,
|
186 |
inputs=[gr.inputs.Textbox(label='请输入您想要合成的文字,请自觉合法合规使用!'),gr.Audio(type="filepath", source="upload",label='请上传您喜欢的声音(wav/mp3文件, max. 30mb)'),gr.Audio(source="microphone", type="filepath", label = '请用麦克风上传您喜欢的声音,与文件上传二选一即可')],
|
187 |
outputs="audio",
|
188 |
+
title="🥳🎶💕 - 英文声音克隆极速版",
|
189 |
description = "注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习使用。用户生成内容与程序开发者无关,请自觉合法合规使用,违反者一切后果自负。",
|
190 |
+
article = "🌊 - [滔滔AI](http://www.talktalkai.com),为您提供全场景的AI声音服务",
|
191 |
).launch()
|