Spaces:
Runtime error
Runtime error
add links, fix credits
Browse files
app.py
CHANGED
@@ -514,11 +514,7 @@ css = """
|
|
514 |
|
515 |
with gr.Blocks(theme = gr.themes.Base(), title="Vocais da Loirinha 👱🏻♀️", css=css) as app:
|
516 |
gr.HTML("<h1>Vocais da Loirinha 👱🏻♀️</h1>")
|
517 |
-
|
518 |
-
gr.HTML("<h2>Como usar?</h2>")
|
519 |
-
gr.Markdown("""Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus et volutpat eros. Nunc id magna vel ligula blandit ullamcorper. Proin commodo tincidunt gravida. Morbi posuere, lorem eu ornare auctor, dolor est volutpat eros, sed aliquet justo mi eu ligula. Maecenas convallis risus metus, at convallis ex gravida in. Suspendisse varius libero nec tellus placerat vulputate. Quisque ornare enim sed tristique ultrices.""")
|
520 |
-
|
521 |
-
gr.HTML("<h2>Comece aqui!</h2>")
|
522 |
with gr.Tabs():
|
523 |
with gr.TabItem("Inferência"):
|
524 |
with gr.Row().style(equal_height=True):
|
@@ -569,7 +565,7 @@ with gr.Blocks(theme = gr.themes.Base(), title="Vocais da Loirinha 👱🏻
|
|
569 |
|
570 |
with gr.TabItem("Adicione uma voz"):
|
571 |
with gr.Column():
|
572 |
-
model_link_textbox = gr.Textbox(label="1. Insira o link para o modelo:", info="A URL inserida deve ser o link para o download de um arquivo zip que contém o arquivo .pth.
|
573 |
model_name_textbox = gr.Textbox(label="2. Escolha um nome para identificar o modelo:", info="Esse nome deve ser diferente do nome dos modelos (vozes) já existentes!")
|
574 |
download_button = gr.Button("Baixar modelo")
|
575 |
output_download_textbox = gr.Textbox(label="Resultado", interactive=False, placeholder="Nenhum modelo baixado.")
|
@@ -579,7 +575,7 @@ with gr.Blocks(theme = gr.themes.Base(), title="Vocais da Loirinha 👱🏻
|
|
579 |
"""
|
580 |
Original RVC: https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
|
581 |
Mangio's RVC Fork: https://github.com/Mangio621/Mangio-RVC-Fork
|
582 |
-
|
583 |
Made with ❤️ by [Alice Oliveira](https://github.com/aliceoq) | Hosted with ❤️ by [Mateus Elias](https://github.com/mateuseap)
|
584 |
"""
|
585 |
)
|
|
|
514 |
|
515 |
with gr.Blocks(theme = gr.themes.Base(), title="Vocais da Loirinha 👱🏻♀️", css=css) as app:
|
516 |
gr.HTML("<h1>Vocais da Loirinha 👱🏻♀️</h1>")
|
517 |
+
gr.Markdown("""[Repositório no Github](https://github.com/aliceoq/Mangio-RVC-Fork/tree/feat/new-gui) - [Colab](https://colab.research.google.com/drive/1FeIVwiOY2NApKtqlTtMfQGBBmWnZ7pz1?usp=sharing) - [Hugging Face Space](https://huggingface.co/spaces/aliceoq/vozes-da-loirinha)""")
|
|
|
|
|
|
|
|
|
518 |
with gr.Tabs():
|
519 |
with gr.TabItem("Inferência"):
|
520 |
with gr.Row().style(equal_height=True):
|
|
|
565 |
|
566 |
with gr.TabItem("Adicione uma voz"):
|
567 |
with gr.Column():
|
568 |
+
model_link_textbox = gr.Textbox(label="1. Insira o link para o modelo:", info="A URL inserida deve ser o link no Hugging Face para o download de um arquivo zip que contém o arquivo .pth. Como por exemplo: https://huggingface.co/yaya2169/folkloretaylor/resolve/main/folkloretaylor.zip")
|
569 |
model_name_textbox = gr.Textbox(label="2. Escolha um nome para identificar o modelo:", info="Esse nome deve ser diferente do nome dos modelos (vozes) já existentes!")
|
570 |
download_button = gr.Button("Baixar modelo")
|
571 |
output_download_textbox = gr.Textbox(label="Resultado", interactive=False, placeholder="Nenhum modelo baixado.")
|
|
|
575 |
"""
|
576 |
Original RVC: https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
|
577 |
Mangio's RVC Fork: https://github.com/Mangio621/Mangio-RVC-Fork
|
578 |
+
Easy GUI: https://paypal.me/lesantillan
|
579 |
Made with ❤️ by [Alice Oliveira](https://github.com/aliceoq) | Hosted with ❤️ by [Mateus Elias](https://github.com/mateuseap)
|
580 |
"""
|
581 |
)
|