Tonic commited on
Commit
19bd8c3
Β·
verified Β·
1 Parent(s): 25d1fc7
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -338,7 +338,7 @@ def patch_jasco_cache():
338
  """Monkey patch JASCO cache initialization"""
339
  from audiocraft.modules import jasco_conditioners
340
 
341
- original_init = jasco_conditioners.DrumConditioner.__init__
342
 
343
  def new_init(self, *args, **kwargs):
344
  if 'cache_path' in kwargs:
 
338
  """Monkey patch JASCO cache initialization"""
339
  from audiocraft.modules import jasco_conditioners
340
 
341
+ original_init = jasco_conditioners.DrumsConditioner.__init__
342
 
343
  def new_init(self, *args, **kwargs):
344
  if 'cache_path' in kwargs: