Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ to_mel = lambda x: mel_spectrogram(x, **mel_fn_args)
|
|
87 |
|
88 |
# f0 conditioned model
|
89 |
dit_checkpoint_path, dit_config_path = load_custom_model_from_hf("Plachta/Seed-VC",
|
90 |
-
"
|
91 |
"config_dit_mel_seed_uvit_whisper_base_f0_44k.yml")
|
92 |
|
93 |
config = yaml.safe_load(open(dit_config_path, 'r'))
|
|
|
87 |
|
88 |
# f0 conditioned model
|
89 |
dit_checkpoint_path, dit_config_path = load_custom_model_from_hf("Plachta/Seed-VC",
|
90 |
+
"DiT_seed_v2_uvit_whisper_base_f0_44k_bigvgan_pruned_ft_ema.pth",
|
91 |
"config_dit_mel_seed_uvit_whisper_base_f0_44k.yml")
|
92 |
|
93 |
config = yaml.safe_load(open(dit_config_path, 'r'))
|