Spaces:
Running
Running
UPDATE
Browse files
app.py
CHANGED
@@ -31,8 +31,8 @@ def process_audio(input_file,
|
|
31 |
return output
|
32 |
|
33 |
|
34 |
-
with gr.Blocks(title="Audio
|
35 |
-
gr.Markdown("<p align='center'><h1>Audio
|
36 |
input_audio = gr.Audio(label="Upload your music file", type="filepath")
|
37 |
|
38 |
# SLowed Effect and its arguments
|
|
|
31 |
return output
|
32 |
|
33 |
|
34 |
+
with gr.Blocks(title="Audio Fusion") as iface:
|
35 |
+
gr.Markdown("<p align='center'><h1>Audio Fuser</h1></p>")
|
36 |
input_audio = gr.Audio(label="Upload your music file", type="filepath")
|
37 |
|
38 |
# SLowed Effect and its arguments
|