Spaces:
Sleeping
Sleeping
Hugo Flores Garcia
commited on
Commit
•
426f465
1
Parent(s):
7053a14
prompts
Browse files
app.py
CHANGED
@@ -249,13 +249,13 @@ with gr.Blocks() as demo:
|
|
249 |
"beat_mask_downbeats": False,
|
250 |
},
|
251 |
"slight periodic variation": {
|
252 |
-
"periodic_p":
|
253 |
-
"onset_mask_width":
|
254 |
"beat_mask_width": 0,
|
255 |
"beat_mask_downbeats": False,
|
256 |
},
|
257 |
"strong periodic variation": {
|
258 |
-
"periodic_p":
|
259 |
"onset_mask_width": 5,
|
260 |
"beat_mask_width": 0,
|
261 |
"beat_mask_downbeats": False,
|
|
|
249 |
"beat_mask_downbeats": False,
|
250 |
},
|
251 |
"slight periodic variation": {
|
252 |
+
"periodic_p": 7,
|
253 |
+
"onset_mask_width": 0,
|
254 |
"beat_mask_width": 0,
|
255 |
"beat_mask_downbeats": False,
|
256 |
},
|
257 |
"strong periodic variation": {
|
258 |
+
"periodic_p": 13,
|
259 |
"onset_mask_width": 5,
|
260 |
"beat_mask_width": 0,
|
261 |
"beat_mask_downbeats": False,
|