fix: weights folder

This commit is contained in:
源文雨
2023-08-30 00:27:23 +08:00
parent 417c1e58a1
commit 1890584496
5 changed files with 6 additions and 6 deletions

View File

@@ -226,7 +226,7 @@ class Predictor:
class MDXNetDereverb:
def __init__(self, chunks, device):
self.onnx = "uvr5_weights/onnx_dereverb_By_FoxJoy"
self.onnx = "assets/uvr5_weights/onnx_dereverb_By_FoxJoy"
self.shifts = 10 # 'Predict with randomised equivariant stabilisation'
self.mixing = "min_mag" # ['default','min_mag','max_mag']
self.chunks = chunks