Aumkeshchy2003 commited on
Commit
cb20cc5
·
verified ·
1 Parent(s): 7d19f32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def load_models_and_data():
26
  )
27
 
28
  # Load a sample from a dataset for default embedding
29
- dataset = load_dataset("freds0/cml_tts_dataset_italian", split="train")
30
  example = dataset[14]
31
 
32
  return model, processor, vocoder, speaker_model, example
 
26
  )
27
 
28
  # Load a sample from a dataset for default embedding
29
+ dataset = load_dataset("Matthijs/cmu-arctic-xvectors", split="train")
30
  example = dataset[14]
31
 
32
  return model, processor, vocoder, speaker_model, example