kevinwang676 commited on
Commit
13ed9af
·
1 Parent(s): 1290449

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -261,7 +261,7 @@ with gr.Blocks(title="🐶🥳🎶 - Bark声音合成,开启声音真实复刻
261
  gr.Markdown(
262
  f"""
263
  ### <center>🤗 - Powered by [Bark Enhanced v0.4.0](https://github.com/C0untFloyd/bark-gui). Thanks to C0untFloyd.</center>
264
- <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>
265
  """
266
  )
267
  with gr.Tab("🐶 - Bark拟声"):
@@ -338,4 +338,11 @@ with gr.Blocks(title="🐶🥳🎶 - Bark声音合成,开启声音真实复刻
338
  hidden_checkbox.change(delete_output_files, [hidden_checkbox], [hidden_checkbox])
339
  clone_voice_button.click(clone_voice, inputs=[input_audio_filename, transcription_text, output_voice], outputs=[dummy,npz_file_1])
340
 
 
 
 
 
 
 
 
341
  barkgui.queue().launch(show_error=True)
 
261
  gr.Markdown(
262
  f"""
263
  ### <center>🤗 - Powered by [Bark Enhanced v0.4.0](https://github.com/C0untFloyd/bark-gui). Thanks to C0untFloyd.</center>
264
+ <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>;更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com/);滔滔AI,为爱滔滔!💕</center>
265
  """
266
  )
267
  with gr.Tab("🐶 - Bark拟声"):
 
338
  hidden_checkbox.change(delete_output_files, [hidden_checkbox], [hidden_checkbox])
339
  clone_voice_button.click(clone_voice, inputs=[input_audio_filename, transcription_text, output_voice], outputs=[dummy,npz_file_1])
340
 
341
+ gr.HTML('''
342
+ <div class="footer">
343
+ <p>🎶🖼️🎡 - It’s the intersection of technology and liberal arts that makes our hearts sing — Steve Jobs
344
+ </p>
345
+ </div>
346
+ ''')
347
+
348
  barkgui.queue().launch(show_error=True)