Update app.py
Browse files
app.py
CHANGED
@@ -439,7 +439,7 @@ with gr.Blocks(title="Hex RVC") as app:
|
|
439 |
with gr.Row():
|
440 |
MODEL_NAME = gr.Textbox(label="Model Name", placeholder="Enter model name")
|
441 |
SOUND_PATH = gr.Textbox(label="Audio Path (Optional)", placeholder="Leave blank to upload audio")
|
442 |
-
upload_audio = gr.
|
443 |
|
444 |
with gr.Row():
|
445 |
F0_CHANGE = gr.Number(label="Pitch Change (semitones)", value=0)
|
|
|
439 |
with gr.Row():
|
440 |
MODEL_NAME = gr.Textbox(label="Model Name", placeholder="Enter model name")
|
441 |
SOUND_PATH = gr.Textbox(label="Audio Path (Optional)", placeholder="Leave blank to upload audio")
|
442 |
+
upload_audio = gr.Audio(label="Upload Audio", type='filepath')
|
443 |
|
444 |
with gr.Row():
|
445 |
F0_CHANGE = gr.Number(label="Pitch Change (semitones)", value=0)
|