Spaces:
Sleeping
Sleeping
Ryouko65777
commited on
Commit
•
5857966
1
Parent(s):
3e4e1cb
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
|
|
73 |
with gr.Row():
|
74 |
model_name = gr.Textbox(label="Model Name")
|
75 |
f0_change = gr.Number(label="Pitch Change (F0 Change)", value=0)
|
76 |
-
f0_method = gr.Dropdown(label="F0 Method", choices=list(f0_method.keys())
|
77 |
min_pitch = gr.Textbox(label="Min Pitch", value="50")
|
78 |
max_pitch = gr.Textbox(label="Max Pitch", value="1100")
|
79 |
crepe_hop_length = gr.Number(label="CREPE Hop Length", value=120)
|
|
|
73 |
with gr.Row():
|
74 |
model_name = gr.Textbox(label="Model Name")
|
75 |
f0_change = gr.Number(label="Pitch Change (F0 Change)", value=0)
|
76 |
+
f0_method = gr.Dropdown(label="F0 Method", choices=list(f0_method.keys()), value="fcpe")
|
77 |
min_pitch = gr.Textbox(label="Min Pitch", value="50")
|
78 |
max_pitch = gr.Textbox(label="Max Pitch", value="1100")
|
79 |
crepe_hop_length = gr.Number(label="CREPE Hop Length", value=120)
|