r3gm commited on
Commit
8b0d500
1 Parent(s): a0c58e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1937,7 +1937,11 @@ def GradioSetup(UTheme=gr.themes.Soft()):
1937
  default_weight = names[0] if names else ''
1938
 
1939
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty', title="Applio") as app:
1940
- gr.HTML("<h1> 🍏 Applio (Mangio-RVC-Fork) </h1>")
 
 
 
 
1941
  with gr.Tabs():
1942
  with gr.TabItem(i18n("Model Inference")):
1943
  with gr.Row():
 
1937
  default_weight = names[0] if names else ''
1938
 
1939
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty', title="Applio") as app:
1940
+ gr.HTML("<h1> 🍏 Applio (Mangio-RVC-Fork HF) </h1>")
1941
+ gr.HTML("<h4> The current space only uses CPU, so it's only for inference. If you have issues with the queue, I recommend duplicating the space. </h4>")
1942
+ gr.Markdown(
1943
+ "[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/r3gm/RVC_HF?duplicate=true)\n\n"
1944
+ )
1945
  with gr.Tabs():
1946
  with gr.TabItem(i18n("Model Inference")):
1947
  with gr.Row():