Plachta commited on
Commit
8a10c55
β€’
1 Parent(s): 9d79d39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "DiT_seed_v2_uvit_whisper_base_f0_44k_bigvgan_pruned_ema.pth",
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'))