Spaces:
Sleeping
Sleeping
Hugo Flores Garcia
commited on
Commit
·
3391d3e
1
Parent(s):
4cc9b99
presets
Browse files
app.py
CHANGED
@@ -248,12 +248,6 @@ with gr.Blocks() as demo:
|
|
248 |
"beat_mask_downbeats": False,
|
249 |
},
|
250 |
"slight periodic variation": {
|
251 |
-
"periodic_p": 5,
|
252 |
-
"onset_mask_width": 5,
|
253 |
-
"beat_mask_width": 0,
|
254 |
-
"beat_mask_downbeats": False,
|
255 |
-
},
|
256 |
-
"moderate periodic variation": {
|
257 |
"periodic_p": 13,
|
258 |
"onset_mask_width": 5,
|
259 |
"beat_mask_width": 0,
|
@@ -274,15 +268,9 @@ with gr.Blocks() as demo:
|
|
274 |
"beat-driven variation": {
|
275 |
"periodic_p": 0,
|
276 |
"onset_mask_width": 0,
|
277 |
-
"beat_mask_width":
|
278 |
"beat_mask_downbeats": False,
|
279 |
},
|
280 |
-
"beat-driven variation (downbeats only)": {
|
281 |
-
"periodic_p": 0,
|
282 |
-
"onset_mask_width": 0,
|
283 |
-
"beat_mask_width": 50,
|
284 |
-
"beat_mask_downbeats": True,
|
285 |
-
},
|
286 |
"beat-driven variation (downbeats only, strong)": {
|
287 |
"periodic_p": 0,
|
288 |
"onset_mask_width": 0,
|
|
|
248 |
"beat_mask_downbeats": False,
|
249 |
},
|
250 |
"slight periodic variation": {
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
"periodic_p": 13,
|
252 |
"onset_mask_width": 5,
|
253 |
"beat_mask_width": 0,
|
|
|
268 |
"beat-driven variation": {
|
269 |
"periodic_p": 0,
|
270 |
"onset_mask_width": 0,
|
271 |
+
"beat_mask_width": 20,
|
272 |
"beat_mask_downbeats": False,
|
273 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
"beat-driven variation (downbeats only, strong)": {
|
275 |
"periodic_p": 0,
|
276 |
"onset_mask_width": 0,
|