Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|