Blane187 commited on
Commit
c364417
·
verified ·
1 Parent(s): 2374bce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ with gr.Blocks() as demo:
23
  with gr.Row():
24
  fu_value = gr.Slider(label="pitch", minimum=-12, maximum=12, step=1, value=0)
25
  with gr.Row():
26
- f0_value = gr.Dropdown(choise=["pm", "crepe", "rmvpe"], label="F0 method", value="rmvpe")
27
 
28
 
29
  output_audio = gr.Audio(label="Output Audio")
 
23
  with gr.Row():
24
  fu_value = gr.Slider(label="pitch", minimum=-12, maximum=12, step=1, value=0)
25
  with gr.Row():
26
+ f0_value = gr.Dropdown(choices=["pm", "crepe", "rmvpe"], label="F0 method", value="rmvpe")
27
 
28
 
29
  output_audio = gr.Audio(label="Output Audio")