nakas commited on
Commit
05e7b81
1 Parent(s): 1a47cbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def greet(name):
22
  #Export wav
23
 
24
  # step4 - save it as a wav file
25
- return (sampleR,S_inv)
26
  #mel -> audio
27
 
28
  iface = gr.Interface(fn=greet, inputs=gr.Image(label="Mel spectrogram", image_mode="L"), outputs=gr.Audio(label="Audio"))
 
22
  #Export wav
23
 
24
  # step4 - save it as a wav file
25
+ return (16000,S_inv)
26
  #mel -> audio
27
 
28
  iface = gr.Interface(fn=greet, inputs=gr.Image(label="Mel spectrogram", image_mode="L"), outputs=gr.Audio(label="Audio"))