fmagot01 commited on
Commit
e43321f
·
1 Parent(s): 44e0007

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ description = """
43
  This is the demo of the finetuned classification model that we just trained on the [GTZAN](https://huggingface.co/datasets/marsyas/gtzan). You can upload your own audio file or used the ones already provided below.
44
  """
45
 
46
- filenames = ['TAINY_88_melodic_loop_keys_las_Emin.wav', "TAINY_92_melodic_loop_keys_lam_Ebmin.wav", "TunePocket-Lively-Polka-Dance-30-Sec-Preview.mp3"]
47
  filenames = [[f"./{f}"] for f in filenames]
48
  demo = gr.Interface(
49
  fn=classify_audio,
 
43
  This is the demo of the finetuned classification model that we just trained on the [GTZAN](https://huggingface.co/datasets/marsyas/gtzan). You can upload your own audio file or used the ones already provided below.
44
  """
45
 
46
+ filenames = ["audiobook.mp3"]
47
  filenames = [[f"./{f}"] for f in filenames]
48
  demo = gr.Interface(
49
  fn=classify_audio,