Spaces:
Running
Running
saidivyesh
commited on
Commit
•
99a0cc2
1
Parent(s):
b3a64a7
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def load_models_and_data():
|
|
26 |
|
27 |
# Load a sample from a dataset for default embedding
|
28 |
dataset = load_dataset("ylacombe/english_dialects","southern_female", split="train")
|
29 |
-
example = dataset
|
30 |
|
31 |
return model, processor, vocoder, speaker_model, example
|
32 |
|
|
|
26 |
|
27 |
# Load a sample from a dataset for default embedding
|
28 |
dataset = load_dataset("ylacombe/english_dialects","southern_female", split="train")
|
29 |
+
example = dataset[304]
|
30 |
|
31 |
return model, processor, vocoder, speaker_model, example
|
32 |
|