Spaces:
Runtime error
Runtime error
feat(app.py): change 'Inference' tab title and 'Download Model' tab footer text
Browse files
app.py
CHANGED
@@ -1458,7 +1458,7 @@ def zip_downloader(model):
|
|
1458 |
with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
1459 |
with gr.Tabs():
|
1460 |
with gr.TabItem("Inference"):
|
1461 |
-
gr.HTML("<h1>
|
1462 |
|
1463 |
# Inference Preset Row
|
1464 |
# with gr.Row():
|
@@ -1816,10 +1816,8 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
1816 |
with gr.Row():
|
1817 |
gr.Markdown(
|
1818 |
"""
|
1819 |
-
|
1820 |
-
|
1821 |
-
❤️ If you like the EasyGUI, help me keep it.❤️
|
1822 |
-
https://paypal.me/lesantillan
|
1823 |
"""
|
1824 |
)
|
1825 |
|
|
|
1458 |
with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
1459 |
with gr.Tabs():
|
1460 |
with gr.TabItem("Inference"):
|
1461 |
+
gr.HTML("<h1> Magic Vocals </h1>")
|
1462 |
|
1463 |
# Inference Preset Row
|
1464 |
# with gr.Row():
|
|
|
1816 |
with gr.Row():
|
1817 |
gr.Markdown(
|
1818 |
"""
|
1819 |
+
Made with ❤️ by [Alice Oliveira](https://github.com/aliceoq)
|
1820 |
+
Hosted with ❤️ by [Mateus Elias](https://github.com/mateuseap)
|
|
|
|
|
1821 |
"""
|
1822 |
)
|
1823 |
|