Ailyth commited on
Commit
295263b
1 Parent(s): 40a0a70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -726,6 +726,9 @@ with gr.Blocks(theme='remilia/Ghostly') as app:
726
 
727
  user_button = gr.Button("✨Clone Voice", variant="primary")
728
  user_output = gr.Audio(label="💾Output wave file,Download it by clicking ⬇️")
 
 
 
729
  english_choice.change(update_model, inputs=[english_choice], outputs=[inp_ref, prompt_text, prompt_language, text_language, model_name, tone_select])
730
  chinese_choice.change(update_model, inputs=[chinese_choice], outputs=[inp_ref, prompt_text, prompt_language, text_language, model_name, tone_select])
731
  japanese_choice.change(update_model, inputs=[japanese_choice], outputs=[inp_ref, prompt_text, prompt_language, text_language, model_name, tone_select])
 
726
 
727
  user_button = gr.Button("✨Clone Voice", variant="primary")
728
  user_output = gr.Audio(label="💾Output wave file,Download it by clicking ⬇️")
729
+
730
+ gr.HTML('''<div align=center><img id="visitor-badge" alt="visitor badge" src="https://visitor-badge.laobi.icu/badge?page_id=Ailyth/DLMP9" /></div>''')
731
+
732
  english_choice.change(update_model, inputs=[english_choice], outputs=[inp_ref, prompt_text, prompt_language, text_language, model_name, tone_select])
733
  chinese_choice.change(update_model, inputs=[chinese_choice], outputs=[inp_ref, prompt_text, prompt_language, text_language, model_name, tone_select])
734
  japanese_choice.change(update_model, inputs=[japanese_choice], outputs=[inp_ref, prompt_text, prompt_language, text_language, model_name, tone_select])