Spaces:
Runtime error
Runtime error
modify app
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ with gr.Blocks() as demo:
|
|
| 99 |
process_button = gr.Button("Process Mastering Style Transfer")
|
| 100 |
|
| 101 |
with gr.Row():
|
| 102 |
-
output_audio = gr.Audio(label="Output Audio", type='
|
| 103 |
param_output = gr.Textbox(label="Predicted Parameters", lines=10)
|
| 104 |
|
| 105 |
process_button.click(
|
|
|
|
| 99 |
process_button = gr.Button("Process Mastering Style Transfer")
|
| 100 |
|
| 101 |
with gr.Row():
|
| 102 |
+
output_audio = gr.Audio(label="Output Audio", type='numpy')
|
| 103 |
param_output = gr.Textbox(label="Predicted Parameters", lines=10)
|
| 104 |
|
| 105 |
process_button.click(
|