Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
·
cf1867a
1
Parent(s):
4e4d5e9
Update app.py
Browse files
app.py
CHANGED
@@ -295,8 +295,8 @@ while run_server:
|
|
295 |
# Create Gradio Blocks
|
296 |
|
297 |
with gr.Blocks(title=f"{APPTITLE}", mode=f"{APPTITLE}", theme=settings.selected_theme) as barkgui:
|
298 |
-
gr.Markdown("# <center>🐶🎶⭐ - Bark
|
299 |
-
gr.Markdown("### <center>🤗 -
|
300 |
gr.Markdown("### <center>🎡 - Based on [bark-gui](https://github.com/C0untFloyd/bark-gui)</center>")
|
301 |
gr.Markdown(f""" You can duplicate and use it with a 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>
|
302 |
or open in [Colab](https://colab.research.google.com/github/KevinWang676/Bark-Voice-Cloning/blob/main/Bark_Voice_Cloning_UI.ipynb) for quick start 🌟
|
|
|
295 |
# Create Gradio Blocks
|
296 |
|
297 |
with gr.Blocks(title=f"{APPTITLE}", mode=f"{APPTITLE}", theme=settings.selected_theme) as barkgui:
|
298 |
+
gr.Markdown("# <center>🐶🎶⭐ - Bark真实拟声2.0,一键实现声音克隆</center>")
|
299 |
+
gr.Markdown("### <center>🤗 - 开启声音情感真实复刻的新纪元 🌊</center>")
|
300 |
gr.Markdown("### <center>🎡 - Based on [bark-gui](https://github.com/C0untFloyd/bark-gui)</center>")
|
301 |
gr.Markdown(f""" You can duplicate and use it with a 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>
|
302 |
or open in [Colab](https://colab.research.google.com/github/KevinWang676/Bark-Voice-Cloning/blob/main/Bark_Voice_Cloning_UI.ipynb) for quick start 🌟
|