Update app.py
Browse files
app.py
CHANGED
@@ -1473,8 +1473,9 @@ def zip_downloader(model):
|
|
1473 |
with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
1474 |
with gr.Tabs():
|
1475 |
with gr.TabItem("Inference"):
|
1476 |
-
gr.HTML("<h1> RVC V2 Huggingface Version
|
1477 |
-
|
|
|
1478 |
# Inference Preset Row
|
1479 |
# with gr.Row():
|
1480 |
# mangio_preset = gr.Dropdown(label="Inference Preset", choices=sorted(get_presets()))
|
|
|
1473 |
with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
1474 |
with gr.Tabs():
|
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 |
+
|
1479 |
# Inference Preset Row
|
1480 |
# with gr.Row():
|
1481 |
# mangio_preset = gr.Dropdown(label="Inference Preset", choices=sorted(get_presets()))
|