fffiloni commited on
Commit
978dd48
·
verified ·
1 Parent(s): 5eca949

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def infer(prompt_in, chords, duration, bpms):
81
  musicgen.set_generation_params(duration=duration, extend_stride=duration//2, top_k = 250)
82
 
83
 
84
- chords = [def infer(prompt_in, chords):]
85
 
86
  descriptions = [prompt_in] * num_samples
87
 
 
81
  musicgen.set_generation_params(duration=duration, extend_stride=duration//2, top_k = 250)
82
 
83
 
84
+ chords = [chords]
85
 
86
  descriptions = [prompt_in] * num_samples
87