TheStinger commited on
Commit
cbf0849
β€’
1 Parent(s): 9165f32

rmvpe fixed, reverted back.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1475,7 +1475,7 @@ with gr.Blocks(theme=gr.themes.Base (), title='Mangio-RVC-Web πŸ’»') as app:
1475
  with gr.TabItem("Inference"):
1476
  gr.HTML("<h1> Ilaria RVC πŸ’– </h1>")
1477
  gr.HTML("<h10> You can find voice models on AI Hub: https://discord.gg/aihub </h10>")
1478
- gr.HTML("<h4> Huggingface port by Ilaria of the Rejekt Easy GUI ⚠️ IM AWARE OF THE RMVPE BUG, FOR THE MOMENT THE DEFAULT IS PM ⚠️ </h4>")
1479
 
1480
  # Inference Preset Row
1481
  # with gr.Row():
@@ -1585,7 +1585,7 @@ with gr.Blocks(theme=gr.themes.Base (), title='Mangio-RVC-Web πŸ’»') as app:
1585
  f0method0 = gr.Radio(
1586
  label="Optional: Change the Pitch Extraction Algorithm. Extraction methods are sorted from 'worst quality' to 'best quality'. If you don't know what you're doing, leave rmvpe.",
1587
  choices=["pm", "dio", "crepe-tiny", "mangio-crepe-tiny", "crepe", "harvest", "mangio-crepe", "rmvpe"], # Fork Feature. Add Crepe-Tiny
1588
- value="pm",
1589
  interactive=True,
1590
  )
1591
 
 
1475
  with gr.TabItem("Inference"):
1476
  gr.HTML("<h1> Ilaria RVC πŸ’– </h1>")
1477
  gr.HTML("<h10> You can find voice models on AI Hub: https://discord.gg/aihub </h10>")
1478
+ gr.HTML("<h4> Huggingface port by Ilaria of the Rejekt Easy GUI </h4>")
1479
 
1480
  # Inference Preset Row
1481
  # with gr.Row():
 
1585
  f0method0 = gr.Radio(
1586
  label="Optional: Change the Pitch Extraction Algorithm. Extraction methods are sorted from 'worst quality' to 'best quality'. If you don't know what you're doing, leave rmvpe.",
1587
  choices=["pm", "dio", "crepe-tiny", "mangio-crepe-tiny", "crepe", "harvest", "mangio-crepe", "rmvpe"], # Fork Feature. Add Crepe-Tiny
1588
+ value="rmvpe",
1589
  interactive=True,
1590
  )
1591