mateuseap commited on
Commit
21f1a59
·
1 Parent(s): 0a9be36

feat(app.py): change 'Inference' tab title and 'Download Model' tab footer text

Browse files
Files changed (1) hide show
  1. app.py +3 -5
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> Easy GUI v2 (rejekts) - adapted to Mangio-RVC-Fork 💻 [With extra features and fixes by kalomaze & alexlnkp]</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
- Original RVC:https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
1820
- Mangio's RVC Fork:https://github.com/Mangio621/Mangio-RVC-Fork
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