Hugo Flores Garcia commited on
Commit
3dc1b42
2 Parent(s): 8fe5013 9f388b6

fix defaults

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -249,19 +249,19 @@ 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,
262
  },
263
  "very strong periodic variation": {
264
- "periodic_p": 21,
265
  "onset_mask_width": 5,
266
  "beat_mask_width": 0,
267
  "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,
262
  },
263
  "very strong periodic variation": {
264
+ "periodic_p": 17,
265
  "onset_mask_width": 5,
266
  "beat_mask_width": 0,
267
  "beat_mask_downbeats": False,