Plachta commited on
Commit
cd2f227
1 Parent(s): 47357d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ to_mel = lambda x: mel_spectrogram(x, **mel_fn_args)
84
 
85
  # f0 conditioned model
86
  dit_checkpoint_path, dit_config_path = load_custom_model_from_hf("Plachta/Seed-VC",
87
- "DiT_step_404000_seed_v2_uvit_facodec_small_wavenet_f0_pruned.pth",
88
  "config_dit_mel_seed_facodec_small_wavenet_f0.yml")
89
 
90
  config = yaml.safe_load(open(dit_config_path, 'r'))
 
84
 
85
  # f0 conditioned model
86
  dit_checkpoint_path, dit_config_path = load_custom_model_from_hf("Plachta/Seed-VC",
87
+ "DiT_step_440000_seed_v2_uvit_facodec_small_wavenet_f0_pruned.pth",
88
  "config_dit_mel_seed_facodec_small_wavenet_f0.yml")
89
 
90
  config = yaml.safe_load(open(dit_config_path, 'r'))