Hugo Flores Garcia commited on
Commit
426f465
1 Parent(s): 7053a14
Files changed (1) hide show
  1. app.py +3 -3
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": 13,
253
- "onset_mask_width": 5,
254
  "beat_mask_width": 0,
255
  "beat_mask_downbeats": False,
256
  },
257
  "strong periodic variation": {
258
- "periodic_p": 17,
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,