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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ iface = gr.Interface(
68
  gr.inputs.Slider(minimum=1, maximum=100, default=10, step=1, label="Pop Rate (pops per second)")
69
  ],
70
  [
71
- gr.outputs.Audio(label="Generated Vinyl Sound"),
72
  gr.outputs.File(label="Download Vinyl Sound", type="auto", convert=convert_to_wav)
73
  ],
74
  title="Vinyl Sound Generator",
 
68
  gr.inputs.Slider(minimum=1, maximum=100, default=10, step=1, label="Pop Rate (pops per second)")
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",