Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def process_audio(input_file,
|
|
62 |
|
63 |
|
64 |
with gr.Blocks(title="Audio Fusion") as iface:
|
65 |
-
gr.Markdown("<p align=
|
66 |
|
67 |
input_audio = gr.Audio(label="Upload your music file", type="filepath")
|
68 |
|
@@ -89,7 +89,7 @@ with gr.Blocks(title="Audio Fusion") as iface:
|
|
89 |
wet = gr.Slider(label="Reverb - Wet Level", minimum=0, maximum=2, step=0.1, value=0.3),
|
90 |
dry = gr.Slider(label="Reverb - Dry Level", minimum=0, maximum=2, step=0.1, value=0.8),
|
91 |
|
92 |
-
inputs = [input_audio, d_check, pan, jump, time, volx]
|
93 |
output = gr.Audio(label="Download processed music", type="filepath")
|
94 |
|
95 |
btn = gr.Button("Run")
|
|
|
62 |
|
63 |
|
64 |
with gr.Blocks(title="Audio Fusion") as iface:
|
65 |
+
gr.Markdown("<p align='center'><h1>Audio Fusion</h1></p>")
|
66 |
|
67 |
input_audio = gr.Audio(label="Upload your music file", type="filepath")
|
68 |
|
|
|
89 |
wet = gr.Slider(label="Reverb - Wet Level", minimum=0, maximum=2, step=0.1, value=0.3),
|
90 |
dry = gr.Slider(label="Reverb - Dry Level", minimum=0, maximum=2, step=0.1, value=0.8),
|
91 |
|
92 |
+
inputs = [input_audio, d_check, pan, jump, time, volx, speed_check, speed, reverb_check, room, damp, width, wet, dry]
|
93 |
output = gr.Audio(label="Download processed music", type="filepath")
|
94 |
|
95 |
btn = gr.Button("Run")
|