Spaces:
Runtime error
Runtime error
Commit
Β·
36b721e
1
Parent(s):
87f70d4
Updated app.py
Browse files
app.py
CHANGED
@@ -543,11 +543,6 @@ while run_server:
|
|
543 |
|
544 |
with gr.Blocks(title=f"{APPTITLE}", mode=f"{APPTITLE}", theme=settings.selected_theme) as barkgui:
|
545 |
gr.Markdown("# <center>πΆπΆβ - Bark Voice Cloning</center>")
|
546 |
-
gr.Markdown("## <center>π€ - If you like this space, please star my [github repo](https://github.com/KevinWang676/Bark-Voice-Cloning)</center>")
|
547 |
-
gr.Markdown("### <center>π‘ - Based on [bark-gui](https://github.com/C0untFloyd/bark-gui)</center>")
|
548 |
-
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>
|
549 |
-
or open in [Colab](https://colab.research.google.com/github/KevinWang676/Bark-Voice-Cloning/blob/main/Bark_Voice_Cloning.ipynb) for quick start π P.S. Voice cloning needs a GPU, but TTS doesn't π
|
550 |
-
""")
|
551 |
|
552 |
with gr.Tab("ποΈ - Clone Voice"):
|
553 |
with gr.Row():
|
|
|
543 |
|
544 |
with gr.Blocks(title=f"{APPTITLE}", mode=f"{APPTITLE}", theme=settings.selected_theme) as barkgui:
|
545 |
gr.Markdown("# <center>πΆπΆβ - Bark Voice Cloning</center>")
|
|
|
|
|
|
|
|
|
|
|
546 |
|
547 |
with gr.Tab("ποΈ - Clone Voice"):
|
548 |
with gr.Row():
|