Plachta commited on
Commit
70214c1
·
verified ·
1 Parent(s): a889d0d

Update app_v1v2.py

Browse files
Files changed (1) hide show
  1. app_v1v2.py +1 -1
app_v1v2.py CHANGED
@@ -39,7 +39,7 @@ def load_v2_models():
39
 
40
  # Global variables to store model instances
41
  vc_wrapper_v1 = SeedVCWrapper()
42
- vc_wrapper_v2 = load_v2_models(args)
43
 
44
  @spaces.GPU
45
  def convert_voice_v1_wrapper(source_audio_path, target_audio_path, diffusion_steps=10,
 
39
 
40
  # Global variables to store model instances
41
  vc_wrapper_v1 = SeedVCWrapper()
42
+ vc_wrapper_v2 = load_v2_models()
43
 
44
  @spaces.GPU
45
  def convert_voice_v1_wrapper(source_audio_path, target_audio_path, diffusion_steps=10,