Spaces:
Running
Running
Ryouko65777
commited on
Commit
•
c9eb24c
1
Parent(s):
0325cb7
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
|
|
97 |
f0_autotune = gr.Checkbox(label="Enable F0 Autotune", value=False)
|
98 |
output_format = gr.Dropdown(label="Output Format", choices=["wav", "flac", "mp3"], value="wav")
|
99 |
|
100 |
-
audio_input = gr.Audio(label="Input Audio", type="
|
101 |
output_audio = gr.Audio(label="Output Audio")
|
102 |
|
103 |
submit_btn = gr.Button("Run Inference")
|
|
|
97 |
f0_autotune = gr.Checkbox(label="Enable F0 Autotune", value=False)
|
98 |
output_format = gr.Dropdown(label="Output Format", choices=["wav", "flac", "mp3"], value="wav")
|
99 |
|
100 |
+
audio_input = gr.Audio(label="Input Audio", type="filepath")
|
101 |
output_audio = gr.Audio(label="Output Audio")
|
102 |
|
103 |
submit_btn = gr.Button("Run Inference")
|