duongthienz commited on
Commit
e51b554
·
verified ·
1 Parent(s): a5b3a53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -51,11 +51,7 @@ PARQUET_DATASET_DIR.mkdir(parents=True, exist_ok=True)
51
  DEMO_PATH = "sample.rttm"
52
  DEMO_SAMPLE_PATH = "sample_short.rttm"
53
  MULTI_DEMO_PATHS = [
54
- "audioSamples/media-afc-cal-afc1986022_sr01a05.rttm",
55
- "audioSamples/media-afc-cal-afc1986022_sr34a01.rttm",
56
- "audioSamples/media-afc-cal-afc1986022_sr14b02.rttm",
57
- "audioSamples/media-afc-cal-afc1986022_sr52a02.rttm",
58
- "audioSamples/media-afc-cal-afc1986022_sr14b01.rttm",
59
  ]
60
 
61
  # ---------------------------------------------------------------------------
 
51
  DEMO_PATH = "sample.rttm"
52
  DEMO_SAMPLE_PATH = "sample_short.rttm"
53
  MULTI_DEMO_PATHS = [
54
+ f"audioSamples/class{i:02d}.rttm" for i in range(1, 11)
 
 
 
 
55
  ]
56
 
57
  # ---------------------------------------------------------------------------