zarox commited on
Commit
1c95558
·
1 Parent(s): cbad5f5
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(title="Audio Fusion") as iface:
94
  inputs = [input_audio, d_check, pan, jump, time, volx, speed_check, speed, reverb_check, room, damp, width, wet, dry]
95
  output = [gr.Audio(label="Download processed music", type="filepath")]
96
 
97
- btn = gr.Button("Run")
98
- btn.click(fn=process_audio, inputs=inputs, outputs=output, api_name="AudioFusion")
99
 
100
  iface.launch(share=False)
 
94
  inputs = [input_audio, d_check, pan, jump, time, volx, speed_check, speed, reverb_check, room, damp, width, wet, dry]
95
  output = [gr.Audio(label="Download processed music", type="filepath")]
96
 
97
+ btn = gr.Button("Run", size="sm")
98
+ # btn.click(fn=process_audio, inputs=inputs, outputs=output, api_name="AudioFusion")
99
 
100
  iface.launch(share=False)