kevinwang676
commited on
Commit
·
57e5659
1
Parent(s):
1ab01f2
Update app.py
Browse files
app.py
CHANGED
@@ -446,13 +446,13 @@ while run_server:
|
|
446 |
# Create Gradio Blocks
|
447 |
|
448 |
with gr.Blocks(title=f"{APPTITLE}", mode=f"{APPTITLE}", theme=settings.selected_theme) as barkgui:
|
449 |
-
gr.Markdown("# <center>🐶🥳🎶 - Bark
|
450 |
gr.Markdown("### <center>🦄 - [Bark](https://github.com/suno-ai/bark)拟声,能够实现语音、语调及说话情感的真实复刻</center>")
|
451 |
gr.Markdown(
|
452 |
f"""
|
453 |
-
### <center>🤗 - Powered by [Bark Enhanced(https://github.com/C0untFloyd/bark-gui). Thanks to C0untFloyd.</center>
|
454 |
### <center>1. 您可以复制该程序并用GPU运行: <a href="https://huggingface.co/spaces/{os.getenv('SPACE_ID')}?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></center>
|
455 |
-
### <center>2.
|
456 |
"""
|
457 |
)
|
458 |
with gr.Tab("🐶 - Bark拟声"):
|
@@ -494,7 +494,7 @@ while run_server:
|
|
494 |
inp2 = output_audio
|
495 |
inp3 = output_audio
|
496 |
btn = gr.Button("开始生成专属声音吧")
|
497 |
-
out1 = gr.Audio(label="
|
498 |
btn.click(voice_conversion, [inp1, inp2, inp3], [out1])
|
499 |
|
500 |
with gr.Row():
|
|
|
446 |
# Create Gradio Blocks
|
447 |
|
448 |
with gr.Blocks(title=f"{APPTITLE}", mode=f"{APPTITLE}", theme=settings.selected_theme) as barkgui:
|
449 |
+
gr.Markdown("# <center>🐶🥳🎶 - Bark拟声,开启声音真实复刻的新纪元!</center>")
|
450 |
gr.Markdown("### <center>🦄 - [Bark](https://github.com/suno-ai/bark)拟声,能够实现语音、语调及说话情感的真实复刻</center>")
|
451 |
gr.Markdown(
|
452 |
f"""
|
453 |
+
### <center>🤗 - Powered by [Bark Enhanced](https://github.com/C0untFloyd/bark-gui). Thanks to C0untFloyd.</center>
|
454 |
### <center>1. 您可以复制该程序并用GPU运行: <a href="https://huggingface.co/spaces/{os.getenv('SPACE_ID')}?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></center>
|
455 |
+
### <center>2. 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>
|
456 |
"""
|
457 |
)
|
458 |
with gr.Tab("🐶 - Bark拟声"):
|
|
|
494 |
inp2 = output_audio
|
495 |
inp3 = output_audio
|
496 |
btn = gr.Button("开始生成专属声音吧")
|
497 |
+
out1 = gr.Audio(label="为您生成的专属声音", type="filepath")
|
498 |
btn.click(voice_conversion, [inp1, inp2, inp3], [out1])
|
499 |
|
500 |
with gr.Row():
|