Aumkeshchy2003 commited on
Commit
61b0ed4
·
verified ·
1 Parent(s): cb20cc5

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("Matthijs/cmu-arctic-xvectors", 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="validation")
30
  example = dataset[14]
31
 
32
  return model, processor, vocoder, speaker_model, example