Spaces:
Running
Running
asigalov61
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ def Mix_Loops(max_num_loops,
|
|
209 |
midxs = find_matches(np.array(song_chords[-1]), all_chords_chunks)
|
210 |
midxs = [midx for midx in midxs if midx != song_midxs[-1]]
|
211 |
|
212 |
-
if stries >
|
213 |
break
|
214 |
|
215 |
song_loops_counter = 1
|
|
|
209 |
midxs = find_matches(np.array(song_chords[-1]), all_chords_chunks)
|
210 |
midxs = [midx for midx in midxs if midx != song_midxs[-1]]
|
211 |
|
212 |
+
if stries > 1000:
|
213 |
break
|
214 |
|
215 |
song_loops_counter = 1
|