Spaces:
Runtime error
Runtime error
Commit
·
e1d3c11
1
Parent(s):
a28efef
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,12 @@ speakers_list.insert(0, "nana.npz")
|
|
257 |
|
258 |
with gr.Blocks(title="🐶🥳🎶 - Bark声音合成,开启声音真实复刻的新纪元!", mode="Bark Enhanced") as barkgui:
|
259 |
gr.Markdown("### <center>🦄 - [Bark](https://github.com/suno-ai/bark)拟声,能够实现语音、语调及说话情感的真实复刻</center>")
|
260 |
-
gr.Markdown(
|
|
|
|
|
|
|
|
|
|
|
261 |
with gr.Tab("🐶 - Bark拟声"):
|
262 |
with gr.Row():
|
263 |
with gr.Column():
|
|
|
257 |
|
258 |
with gr.Blocks(title="🐶🥳🎶 - Bark声音合成,开启声音真实复刻的新纪元!", mode="Bark Enhanced") as barkgui:
|
259 |
gr.Markdown("### <center>🦄 - [Bark](https://github.com/suno-ai/bark)拟声,能够实现语音、语调及说话情感的真实复刻</center>")
|
260 |
+
gr.Markdown(
|
261 |
+
f"""
|
262 |
+
### <center>🤗 - Powered by [Bark Enhanced v0.4.0](https://github.com/C0untFloyd/bark-gui). Thanks to C0untFloyd.</center>
|
263 |
+
<center>您可以复制该程序并用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>
|
264 |
+
"""
|
265 |
+
)
|
266 |
with gr.Tab("🐶 - Bark拟声"):
|
267 |
with gr.Row():
|
268 |
with gr.Column():
|