Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ def predict_song_from_yt(
|
|
171 |
ytid_or_url,
|
172 |
start,
|
173 |
end,
|
174 |
-
speaker=speakers[
|
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,
|