Spaces:
Runtime error
Runtime error
Commit
·
dbc6e0e
1
Parent(s):
ecc352f
Updated the app.py.
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ pipe = pipeline("audio-classification", model="Shamik/whisper-base.en-finetuned-
|
|
6 |
|
7 |
title = """Music Genre Classifier"""
|
8 |
description = """
|
9 |
-
Next time you think of how **Shazam** <img src="shzam.png" width=200px> finds the name of the song,
|
10 |
well it might certainly be classifying the genre of the music too. This tool classifies music based
|
11 |
on pre-defined genre from the [GTZAN](https://huggingface.co/datasets/marsyas/gtzan) dataset,
|
12 |
which contains music from the following genres:
|
|
|
6 |
|
7 |
title = """Music Genre Classifier"""
|
8 |
description = """
|
9 |
+
Next time you think of how **Shazam** <img src="./shzam.png" width=200px> finds the name of the song,
|
10 |
well it might certainly be classifying the genre of the music too. This tool classifies music based
|
11 |
on pre-defined genre from the [GTZAN](https://huggingface.co/datasets/marsyas/gtzan) dataset,
|
12 |
which contains music from the following genres:
|