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():
|
@@ -1831,7 +1831,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
1831 |
with gr.Row():
|
1832 |
gr.Markdown(
|
1833 |
"""
|
1834 |
-
Made with ❤️ by [Alice Oliveira](https://github.com/aliceoq) | Hosted with ❤️ by [Mateus Elias](https://github.com/mateuseap)
|
1835 |
"""
|
1836 |
)
|
1837 |
|
|
|
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():
|
|
|
1831 |
with gr.Row():
|
1832 |
gr.Markdown(
|
1833 |
"""
|
1834 |
+
Made with ❤️ by [Alice Oliveira](https://github.com/aliceoq) | Hosted with ❤️ by [Mateus Elias](https://github.com/mateuseap)
|
1835 |
"""
|
1836 |
)
|
1837 |
|