Spaces:
Running
Running
FurnTheFurnace
commited on
Commit
•
29ad306
1
Parent(s):
0c4e000
Update app.py
Browse files
app.py
CHANGED
@@ -1948,9 +1948,8 @@ def GradioSetup(UTheme=gr.themes.Soft()):
|
|
1948 |
|
1949 |
default_weight = names[0] if names else ''
|
1950 |
|
1951 |
-
with gr.Blocks(theme='
|
1952 |
-
gr.Markdown("
|
1953 |
-
gr.Markdown("More spaces: [RVC⚡ZERO](https://huggingface.co/spaces/r3gm/rvc_zero), [Aesthetic_RVC_Inference_HF](https://huggingface.co/spaces/r3gm/Aesthetic_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)")
|
1954 |
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>")
|
1955 |
gr.Markdown(
|
1956 |
"[![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"
|
|
|
1948 |
|
1949 |
default_weight = names[0] if names else ''
|
1950 |
|
1951 |
+
with gr.Blocks(theme='abidlabs/banana', title="Pancake") as app:
|
1952 |
+
gr.Markdown("🥞 Pancake (Applio-RVC-Fork HF)")
|
|
|
1953 |
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>")
|
1954 |
gr.Markdown(
|
1955 |
"[![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"
|