Spaces:
Sleeping
Sleeping
orrp commited on
Commit ·
25c6bf6
1
Parent(s): ffd7404
Gradio fixes
Browse files- vampnet/app.py +2 -2
vampnet/app.py
CHANGED
|
@@ -378,7 +378,7 @@ with gr.Blocks() as demo:
|
|
| 378 |
|
| 379 |
input_audio = gr.Audio(
|
| 380 |
label="input audio",
|
| 381 |
-
interactive=
|
| 382 |
type="filepath",
|
| 383 |
)
|
| 384 |
|
|
@@ -624,7 +624,7 @@ with gr.Blocks() as demo:
|
|
| 624 |
|
| 625 |
vamp_button = gr.Button("generate (vamp)!!!")
|
| 626 |
output_audio = gr.Audio(
|
| 627 |
-
label="output audio", interactive=
|
| 628 |
)
|
| 629 |
|
| 630 |
notes_text = gr.Textbox(
|
|
|
|
| 378 |
|
| 379 |
input_audio = gr.Audio(
|
| 380 |
label="input audio",
|
| 381 |
+
interactive=True,
|
| 382 |
type="filepath",
|
| 383 |
)
|
| 384 |
|
|
|
|
| 624 |
|
| 625 |
vamp_button = gr.Button("generate (vamp)!!!")
|
| 626 |
output_audio = gr.Audio(
|
| 627 |
+
label="output audio", interactive=True, type="filepath"
|
| 628 |
)
|
| 629 |
|
| 630 |
notes_text = gr.Textbox(
|