Clebersla commited on
Commit
d85b99e
1 Parent(s): 513c5d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1473,8 +1473,9 @@ 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():
1480
  # mangio_preset = gr.Dropdown(label="Inference Preset", choices=sorted(get_presets()))
 
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
+ gr.HTML("<h10> Huggingface version made by Clebersla </h10>")
1478
+
1479
  # Inference Preset Row
1480
  # with gr.Row():
1481
  # mangio_preset = gr.Dropdown(label="Inference Preset", choices=sorted(get_presets()))