Hev832 commited on
Commit
b90009b
1 Parent(s): 7147db5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -443,9 +443,7 @@ with gr.Blocks(title="Hex RVC") as app:
443
 
444
  with gr.Row():
445
  F0_CHANGE = gr.Number(label="Pitch Change (semitones)", value=0)
446
- F0_METHOD = gr.Dropdown(choices=["crepe", "harvest", "mangio-crepe", "rmvpe", "rmvpe+", "fcpe",
447
- "hybrid[mangio-crepe+rmvpe]", "hybrid[mangio-crepe+fcpe]",
448
- "hybrid[rmvpe+fcpe]", "hybrid[mangio-crepe+rmvpe+fcpe]"],
449
  label="F0 Method", value="fcpe")
450
 
451
  with gr.Row():
@@ -495,7 +493,7 @@ with gr.Blocks(title="Hex RVC") as app:
495
  with gr.Tab("Audio Separation"):
496
  with gr.Row():
497
  input_audio = gr.Audio(type="filepath", label="Upload Audio File")
498
- output_dir = gr.Textbox(value="/content/output", label="Output Directory")
499
 
500
  with gr.Row():
501
  with gr.Accordion("Separation by Link", open = False):
 
443
 
444
  with gr.Row():
445
  F0_CHANGE = gr.Number(label="Pitch Change (semitones)", value=0)
446
+ F0_METHOD = gr.Dropdown(choices=["crepe", "harvest", "mangio-crepe", "rmvpe", "rmvpe+", "fcpe", "hybrid[rmvpe+fcpe]"],
 
 
447
  label="F0 Method", value="fcpe")
448
 
449
  with gr.Row():
 
493
  with gr.Tab("Audio Separation"):
494
  with gr.Row():
495
  input_audio = gr.Audio(type="filepath", label="Upload Audio File")
496
+ output_dir = gr.Textbox(value="/content/Harmonify/audio_input", label="Output Directory", visible=False)
497
 
498
  with gr.Row():
499
  with gr.Accordion("Separation by Link", open = False):