cocktailpeanut commited on
Commit
3fbed3b
Β·
1 Parent(s): 63622bb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def infer_music(lrc, ref_audio_path, steps, file_type, cfg_strength, odeint_meth
59
  sway_sampling_coef=sway_sampling_coef,
60
  start_time=start_time,
61
  file_type=file_type,
62
- odeint_method=odent_method,
63
  )
64
  devicetorch.empty_cache(torch)
65
  gc.collect()
 
59
  sway_sampling_coef=sway_sampling_coef,
60
  start_time=start_time,
61
  file_type=file_type,
62
+ odeint_method=odeint_method,
63
  )
64
  devicetorch.empty_cache(torch)
65
  gc.collect()