kevinwang676 commited on
Commit
cf1867a
โ€ข
1 Parent(s): 4e4d5e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Voice Cloning</center>")
299
- gr.Markdown("### <center>๐Ÿค— - If you like this space, please star my [github repo](https://github.com/KevinWang676/Bark-Voice-Cloning)</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 ๐ŸŒŸ