nakas commited on
Commit
6075b90
1 Parent(s): 613c2b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -171,6 +171,7 @@ def predict_full(model, text, melody, duration, topk, topp, temperature, cfg_coe
171
  return inference(outs[0])
172
 
173
  def inference(audio):
 
174
  os.makedirs("out", exist_ok=True)
175
  write('test.wav', audio[0], audio[1])
176
 
 
171
  return inference(outs[0])
172
 
173
  def inference(audio):
174
+ print (audio)
175
  os.makedirs("out", exist_ok=True)
176
  write('test.wav', audio[0], audio[1])
177