Whisper Medium -> Whisper Small
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def predict(audio):
|
|
43 |
title = "π€ π΅ Audiobot πΉ β‘"
|
44 |
description = "<h2>β― The superpowered music genre classifier β</h2>"
|
45 |
article = """
|
46 |
-
<p>π€ This model is a version of <a href="https://huggingface.co/openai/whisper-medium">Whisper
|
47 |
fine-tuned on the <a href="https://huggingface.co/datasets/marsyas/gtzan">GTZAN</a> dataset.</p>
|
48 |
<p>πΉ It recognizes 10 genres: blues, classical, country, hip-hop, jazz, metal, pop, reggae, and rock.</p>
|
49 |
<p>π΅ Upload a song or click one of the examples to try it out!</p>
|
@@ -59,4 +59,4 @@ iface = gr.Interface(
|
|
59 |
article=article,
|
60 |
examples=["examples/country.00008.wav", "examples/hiphop.00057.wav", "examples/gamblersblues.opus"]
|
61 |
)
|
62 |
-
iface.launch()
|
|
|
43 |
title = "π€ π΅ Audiobot πΉ β‘"
|
44 |
description = "<h2>β― The superpowered music genre classifier β</h2>"
|
45 |
article = """
|
46 |
+
<p>π€ This model is a version of <a href="https://huggingface.co/openai/whisper-medium">Whisper Small</a>,
|
47 |
fine-tuned on the <a href="https://huggingface.co/datasets/marsyas/gtzan">GTZAN</a> dataset.</p>
|
48 |
<p>πΉ It recognizes 10 genres: blues, classical, country, hip-hop, jazz, metal, pop, reggae, and rock.</p>
|
49 |
<p>π΅ Upload a song or click one of the examples to try it out!</p>
|
|
|
59 |
article=article,
|
60 |
examples=["examples/country.00008.wav", "examples/hiphop.00057.wav", "examples/gamblersblues.opus"]
|
61 |
)
|
62 |
+
iface.launch()
|