Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1475,10 +1475,8 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
1475 |
with gr.TabItem("Inference"):
|
1476 |
gr.HTML("<h1> RVC V2 Huggingface Version </h1>")
|
1477 |
gr.HTML("<h10> Huggingface version made by Clebersla </h10>")
|
1478 |
-
gr.HTML("<h4> If you want to use this space privately, I recommend you duplicate the space.
|
1479 |
-
|
1480 |
-
"[![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)
|
1481 |
-
|
1482 |
# Inference Preset Row
|
1483 |
# with gr.Row():
|
1484 |
# mangio_preset = gr.Dropdown(label="Inference Preset", choices=sorted(get_presets()))
|
|
|
1475 |
with gr.TabItem("Inference"):
|
1476 |
gr.HTML("<h1> RVC V2 Huggingface Version </h1>")
|
1477 |
gr.HTML("<h10> Huggingface version made by Clebersla </h10>")
|
1478 |
+
gr.HTML("<h4> If you want to use this space privately, I recommend you duplicate the space. </h4>")
|
1479 |
+
|
|
|
|
|
1480 |
# Inference Preset Row
|
1481 |
# with gr.Row():
|
1482 |
# mangio_preset = gr.Dropdown(label="Inference Preset", choices=sorted(get_presets()))
|