Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = ['
|
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,
|