baibaibai commited on
Commit
9e94534
·
1 Parent(s): 3a029cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -270,8 +270,8 @@ with app:
270
  choices=models, label="模型", value=pth_path, visible=True)
271
  svc_key = gr.Number(value=0, label="Key")
272
  svc_pe = gr.Dropdown(choices=[
273
- "parselmouth", "dio", "harvest", "crepe"], value='crepe', label='Pitch extractor')
274
- svc_enhance = gr.Checkbox(value=True, label='Enhance')
275
  svc_eak = gr.Number(
276
  value=0, label='Enhancer adaptive key')
277
  with gr.Column():
 
270
  choices=models, label="模型", value=pth_path, visible=True)
271
  svc_key = gr.Number(value=0, label="Key")
272
  svc_pe = gr.Dropdown(choices=[
273
+ "parselmouth", "dio", "harvest", "crepe"], value='parselmouth', label='Pitch extractor')
274
+ svc_enhance = gr.Checkbox(value=False, label='Enhance')
275
  svc_eak = gr.Number(
276
  value=0, label='Enhancer adaptive key')
277
  with gr.Column():