Update app.py
Browse files
app.py
CHANGED
@@ -1473,7 +1473,7 @@ 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 </h1>")
|
1477 |
|
1478 |
# Inference Preset Row
|
1479 |
# with gr.Row():
|
|
|
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 |
|
1478 |
# Inference Preset Row
|
1479 |
# with gr.Row():
|