Update app.py
Browse files
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='
|
| 274 |
-
svc_enhance = gr.Checkbox(value=
|
| 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():
|