Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
β’
cef580f
1
Parent(s):
4af464e
Update app.py
Browse files
app.py
CHANGED
@@ -298,10 +298,8 @@ while run_server:
|
|
298 |
gr.Markdown("### <center>π€ - If you like this space, please star my [github repo](https://github.com/KevinWang676/Bark-Voice-Cloning)</center>")
|
299 |
gr.Markdown("### <center>π‘ - Based on [bark-gui](https://github.com/C0untFloyd/bark-gui)</center>")
|
300 |
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>
|
|
|
301 |
""")
|
302 |
-
with gr.Row():
|
303 |
-
with gr.Column():
|
304 |
-
gr.HTML(create_version_html(), elem_id="versions")
|
305 |
|
306 |
with gr.Tab("ποΈ - Clone Voice"):
|
307 |
with gr.Row():
|
|
|
298 |
gr.Markdown("### <center>π€ - If you like this space, please star my [github repo](https://github.com/KevinWang676/Bark-Voice-Cloning)</center>")
|
299 |
gr.Markdown("### <center>π‘ - Based on [bark-gui](https://github.com/C0untFloyd/bark-gui)</center>")
|
300 |
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>
|
301 |
+
Open in [Colab](https://colab.research.google.com/github/KevinWang676/Bark-Voice-Cloning/blob/main/Bark_Voice_Cloning_UI.ipynb) for quick start.
|
302 |
""")
|
|
|
|
|
|
|
303 |
|
304 |
with gr.Tab("ποΈ - Clone Voice"):
|
305 |
with gr.Row():
|