r3gm commited on
Commit
7c765c4
1 Parent(s): 13a3801

Update infer-web.py

Browse files
Files changed (1) hide show
  1. infer-web.py +4 -2
infer-web.py CHANGED
@@ -1833,9 +1833,11 @@ def GradioSetup():
1833
  default_weight = names[0] if names else ""
1834
 
1835
  with gr.Blocks(theme=my_applio, title="Applio-RVC-Fork") as app:
1836
- gr.HTML("<h1> 🍏 Applio-RVC-Fork </h1>")
1837
- gr.Markdown("More spaces: [RVC_Inference_HF](https://huggingface.co/spaces/r3gm/RVC_Inference_HF), [AICoverGen](https://huggingface.co/spaces/r3gm/AICoverGen), [Ultimate-Vocal-Remover-WebUI](https://huggingface.co/spaces/r3gm/Ultimate-Vocal-Remover-WebUI), [Advanced-RVC-Inference](https://huggingface.co/spaces/r3gm/Advanced-RVC-Inference),")
1838
 
 
 
 
1839
  gr.Markdown(
1840
  "[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/r3gm/Aesthetic_RVC_Inference_HF?duplicate=true)\n\n"
1841
  )
 
1833
  default_weight = names[0] if names else ""
1834
 
1835
  with gr.Blocks(theme=my_applio, title="Applio-RVC-Fork") as app:
1836
+ gr.HTML("<h3> 🍏 Applio-RVC-Fork </h3>")
 
1837
 
1838
+ gr.Markdown("More spaces: [RVC_Inference_HF](https://huggingface.co/spaces/r3gm/RVC_Inference_HF), [AICoverGen](https://huggingface.co/spaces/r3gm/AICoverGen), [Ultimate-Vocal-Remover-WebUI](https://huggingface.co/spaces/r3gm/Ultimate-Vocal-Remover-WebUI), [Advanced-RVC-Inference](https://huggingface.co/spaces/r3gm/Advanced-RVC-Inference)")
1839
+
1840
+ gr.Markdown("Duplicate the space to select the language")
1841
  gr.Markdown(
1842
  "[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/r3gm/Aesthetic_RVC_Inference_HF?duplicate=true)\n\n"
1843
  )