Spaces:
Running
on
Zero
Running
on
Zero
fix typo
Browse files
main.py
CHANGED
@@ -345,7 +345,7 @@ def patch_jasco_cache():
|
|
345 |
kwargs['cache_path'] = os.path.join(CACHE_DIR, 'drum_cache')
|
346 |
return original_init(self, *args, **kwargs)
|
347 |
|
348 |
-
jasco_conditioners.
|
349 |
|
350 |
# Apply the patch
|
351 |
patch_jasco_cache()
|
|
|
345 |
kwargs['cache_path'] = os.path.join(CACHE_DIR, 'drum_cache')
|
346 |
return original_init(self, *args, **kwargs)
|
347 |
|
348 |
+
jasco_conditioners.DrumsConditioner.__init__ = new_init
|
349 |
|
350 |
# Apply the patch
|
351 |
patch_jasco_cache()
|