KingNish commited on
Commit
70fd33b
·
verified ·
1 Parent(s): 9ec1bce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -231,7 +231,9 @@ def generate_music(
231
  else:
232
  raw_output = output_seq
233
 
234
- generator()
 
 
235
 
236
  # save raw output and check sanity
237
  ids = raw_output[0].cpu().numpy()
 
231
  else:
232
  raw_output = output_seq
233
 
234
+ return raw_output
235
+
236
+ raw_output = generator()
237
 
238
  # save raw output and check sanity
239
  ids = raw_output[0].cpu().numpy()