bartman081523 commited on
Commit
f2f7de9
·
1 Parent(s): 4494eaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ iface = gr.Interface(
69
  ],
70
  [
71
  gr.outputs.Audio(label="Generated Vinyl Sound", type="numpy"),
72
- gr.outputs.File(label="Download Vinyl Sound", type="auto", convert=convert_to_wav)
73
  ],
74
  title="Vinyl Sound Generator",
75
  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.",
 
69
  ],
70
  [
71
  gr.outputs.Audio(label="Generated Vinyl Sound", type="numpy"),
72
+ gr.outputs.File(label="Download Vinyl Sound", convert=convert_to_wav)
73
  ],
74
  title="Vinyl Sound Generator",
75
  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.",