Spaces:
No application file
No application file
jameshuntercarter
commited on
Commit
•
0bad7d3
1
Parent(s):
9dad838
Upload predict.py
Browse files- predict.py +1 -1
predict.py
CHANGED
@@ -51,7 +51,7 @@ class Predictor(BasePredictor):
|
|
51 |
print('Downloaded and loaded models!')
|
52 |
# PREDICT
|
53 |
# Put the path of the speaker you want to use here.
|
54 |
-
wav_file = speaker
|
55 |
# Put the path to save the cloned speaker to here.
|
56 |
out_file = 'speaker.npz'
|
57 |
|
|
|
51 |
print('Downloaded and loaded models!')
|
52 |
# PREDICT
|
53 |
# Put the path of the speaker you want to use here.
|
54 |
+
wav_file = 'sample-speaker.wav'
|
55 |
# Put the path to save the cloned speaker to here.
|
56 |
out_file = 'speaker.npz'
|
57 |
|