allispaul commited on
Commit
0d8bca1
β€’
1 Parent(s): 7501191

Whisper Medium -> Whisper Small

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Medium</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,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()