Spaces:
Runtime error
Runtime error
merge conflict fix (#2)
Browse files- fix merge conflict (b9874b84f0de7d232fdc7d4b8e87949fb95a6950)
app.py
CHANGED
@@ -249,15 +249,6 @@ with gr.Blocks() as demo:
|
|
249 |
"beat_mask_downbeats": False,
|
250 |
},
|
251 |
"slight periodic variation": {
|
252 |
-
<<<<<<< HEAD
|
253 |
-
"periodic_p": 5,
|
254 |
-
"onset_mask_width": 5,
|
255 |
-
"beat_mask_width": 0,
|
256 |
-
"beat_mask_downbeats": False,
|
257 |
-
},
|
258 |
-
"moderate periodic variation": {
|
259 |
-
=======
|
260 |
-
>>>>>>> main
|
261 |
"periodic_p": 13,
|
262 |
"onset_mask_width": 5,
|
263 |
"beat_mask_width": 0,
|
|
|
249 |
"beat_mask_downbeats": False,
|
250 |
},
|
251 |
"slight periodic variation": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
"periodic_p": 13,
|
253 |
"onset_mask_width": 5,
|
254 |
"beat_mask_width": 0,
|