FrankZxShen commited on
Commit
17822c9
1 Parent(s): fcf886d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -111,6 +111,14 @@ if __name__ == "__main__":
111
  vc_fn = create_vc_fn(net_g, hps, speaker_ids)
112
  app = gr.Blocks()
113
  with app:
 
 
 
 
 
 
 
 
114
  with gr.Tab("Text-to-Speech"):
115
  with gr.Row():
116
  with gr.Column():
 
111
  vc_fn = create_vc_fn(net_g, hps, speaker_ids)
112
  app = gr.Blocks()
113
  with app:
114
+ gr.Markdown(
115
+ "# <center> vits-fast-fineturning-models-pcr\n"
116
+ "## <center> Please do not generate content that could infringe upon the rights or cause harm to individuals or organizations.\n"
117
+ "## <center> 请不要生成会对个人以及组织造成侵害的内容\n\n"
118
+ "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1pn1xnFfdLK63gVXDwV4zCXfVeo8c-I-0?usp=sharing)\n\n"
119
+ "[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/FrankZxShen/vits-fast-finetuning-pcr?duplicate=true)\n\n"
120
+ "[![Finetune your own model](https://badgen.net/badge/icon/github?icon=github&label=Finetune%20your%20own%20model)](https://github.com/Plachtaa/VITS-fast-fine-tuning)"
121
+ )
122
  with gr.Tab("Text-to-Speech"):
123
  with gr.Row():
124
  with gr.Column():