Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|