zarox commited on
Commit
af304e8
·
1 Parent(s): 715b742
Files changed (1) hide show
  1. app.py +1 -1
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 = components_
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)