Spaces:
Running
Running
UPDATE
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ with gr.Blocks(title="Audio Fusion") as iface:
|
|
95 |
btnClear = gr.ClearButton(components=components)
|
96 |
btnRun = gr.Button("Run", size="sm", variant="primary")
|
97 |
|
98 |
-
inputs =
|
99 |
output = [gr.Audio(label="Download processed music", type="filepath")]
|
100 |
|
101 |
btnClear.add(components=output)
|
|
|
95 |
btnClear = gr.ClearButton(components=components)
|
96 |
btnRun = gr.Button("Run", size="sm", variant="primary")
|
97 |
|
98 |
+
inputs = components
|
99 |
output = [gr.Audio(label="Download processed music", type="filepath")]
|
100 |
|
101 |
btnClear.add(components=output)
|