nijisakai commited on
Commit
6d7f1ec
1 Parent(s): 004a828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def predict_song_from_yt(
171
  ytid_or_url,
172
  start,
173
  end,
174
- speaker=speakers[speakers.index(speaker)],
175
  transpose: int = 0,
176
  auto_predict_f0: bool = False,
177
  cluster_infer_ratio: float = 0,
 
171
  ytid_or_url,
172
  start,
173
  end,
174
+ speaker=speakers[0],
175
  transpose: int = 0,
176
  auto_predict_f0: bool = False,
177
  cluster_infer_ratio: float = 0,