Spaces:
Sleeping
Sleeping
bartman081523
commited on
Commit
·
cae93e7
1
Parent(s):
ae85155
Update app.py
Browse files
app.py
CHANGED
@@ -79,8 +79,8 @@ iface = gr.Interface(
|
|
79 |
gr.inputs.Slider(minimum=1, maximum=100, default=10, step=1, label="Pop Rate (pops per second)")
|
80 |
],
|
81 |
outputs=[
|
82 |
-
|
83 |
-
|
84 |
],
|
85 |
title="Vinyl Sound Generator",
|
86 |
description="Generate a synthetic vinyl sound using pink noise, rumble, hiss, and pops. Adjust the noise ratio, bandpass frequencies, duration, and pop rate to modify the sound.",
|
|
|
79 |
gr.inputs.Slider(minimum=1, maximum=100, default=10, step=1, label="Pop Rate (pops per second)")
|
80 |
],
|
81 |
outputs=[
|
82 |
+
gr.outputs.Audio(type="numpy", label="Vinyl Sound"),
|
83 |
+
gr.outputs.Button(label="Download Vinyl Sound", type="button", callback=download_sound)
|
84 |
],
|
85 |
title="Vinyl Sound Generator",
|
86 |
description="Generate a synthetic vinyl sound using pink noise, rumble, hiss, and pops. Adjust the noise ratio, bandpass frequencies, duration, and pop rate to modify the sound.",
|