Kit-Lemonfoot commited on
Commit
1015dfb
β€’
1 Parent(s): 1223a34

Ready to go?

Browse files
Files changed (1) hide show
  1. GPT_SoVITS/inference_webui.py +4 -2
GPT_SoVITS/inference_webui.py CHANGED
@@ -636,7 +636,9 @@ with gr.Blocks(title="Lemonfoot GPT-SoVITS") as app:
636
  "# Lemonfoot GPT-SoVITS πŸš€πŸ‹\n"
637
  "### Space by Kit Lemonfoot / Noel Shirogane's High Flying Birds\n"
638
  "Based on code originally by RVC_Boss and kevinwang676\n\n"
639
- "Do no evil."
 
 
640
  )
641
  for (name, title, gptmodelpath, sovitsmodelpath, author, image) in modeldata:
642
  with gr.TabItem(name):
@@ -678,7 +680,7 @@ with gr.Blocks(title="Lemonfoot GPT-SoVITS") as app:
678
  text_language.render()
679
  how_to_cut.render()
680
  with gr.Column():
681
- gr.Markdown("GPT Sampling Parameters")
682
  top_k.render()
683
  top_p.render()
684
  temperature.render()
 
636
  "# Lemonfoot GPT-SoVITS πŸš€πŸ‹\n"
637
  "### Space by Kit Lemonfoot / Noel Shirogane's High Flying Birds\n"
638
  "Based on code originally by RVC_Boss and kevinwang676\n\n"
639
+ "Do no evil.\n\n"
640
+ "**NOTE:** *This is more or less a test Space*. HuggingFace Spaces are not capable of running GPT-SoVITS efficiently; a single generation may take upwards of an hour to infer one sentence. "
641
+ "If you wish to use these models for legitimate generation, it is recommended to [download the models individually](https://huggingface.co/Kit-Lemonfoot/kitlemonfoot_gptsovits_models) and run GPT-SoVITS locally."
642
  )
643
  for (name, title, gptmodelpath, sovitsmodelpath, author, image) in modeldata:
644
  with gr.TabItem(name):
 
680
  text_language.render()
681
  how_to_cut.render()
682
  with gr.Column():
683
+ gr.Markdown("### GPT Sampling Parameters")
684
  top_k.render()
685
  top_p.render()
686
  temperature.render()