jpbello commited on
Commit
1386b5a
1 Parent(s): 9d9118e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ demo to showcase the music
38
  classification model that we just trained on the [GTZAN](https://huggingface.co/datasets/marsyas/gtzan)
39
  """
40
 
41
- filenames = ['blues.00098.wav', "disco.00020.wav", "metal.00014.wav", "reggae.00021.wav", "rock.00058.wav"]
42
  filenames = [[f"./{f}"] for f in filenames]
43
  demo = gr.Interface(
44
  fn=classify_audio,
 
38
  classification model that we just trained on the [GTZAN](https://huggingface.co/datasets/marsyas/gtzan)
39
  """
40
 
41
+ filenames = ['cut_hk.mp3', "cut_hm.mp3", "cut_mc.mp3", "cut_rdr.mp3"]
42
  filenames = [[f"./{f}"] for f in filenames]
43
  demo = gr.Interface(
44
  fn=classify_audio,