Spaces:
Runtime error
Runtime error
Hugo Flores Garcia
commited on
Commit
·
4b2f92a
1
Parent(s):
7aee7db
update presets
Browse files
app.py
CHANGED
|
@@ -241,18 +241,18 @@ with gr.Blocks() as demo:
|
|
| 241 |
},
|
| 242 |
"slight periodic variation": {
|
| 243 |
"periodic_p": 5,
|
| 244 |
-
"onset_mask_width":
|
| 245 |
"beat_mask_width": 0,
|
| 246 |
"beat_mask_downbeats": False,
|
| 247 |
},
|
| 248 |
"moderate periodic variation": {
|
| 249 |
-
"periodic_p":
|
| 250 |
"onset_mask_width": 5,
|
| 251 |
"beat_mask_width": 0,
|
| 252 |
"beat_mask_downbeats": False,
|
| 253 |
},
|
| 254 |
"strong periodic variation": {
|
| 255 |
-
"periodic_p":
|
| 256 |
"onset_mask_width": 5,
|
| 257 |
"beat_mask_width": 0,
|
| 258 |
"beat_mask_downbeats": False,
|
|
|
|
| 241 |
},
|
| 242 |
"slight periodic variation": {
|
| 243 |
"periodic_p": 5,
|
| 244 |
+
"onset_mask_width": 5,
|
| 245 |
"beat_mask_width": 0,
|
| 246 |
"beat_mask_downbeats": False,
|
| 247 |
},
|
| 248 |
"moderate periodic variation": {
|
| 249 |
+
"periodic_p": 13,
|
| 250 |
"onset_mask_width": 5,
|
| 251 |
"beat_mask_width": 0,
|
| 252 |
"beat_mask_downbeats": False,
|
| 253 |
},
|
| 254 |
"strong periodic variation": {
|
| 255 |
+
"periodic_p": 17,
|
| 256 |
"onset_mask_width": 5,
|
| 257 |
"beat_mask_width": 0,
|
| 258 |
"beat_mask_downbeats": False,
|