Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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
|