AescF commited on
Commit
1c21e30
·
1 Parent(s): 573776a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -81,9 +81,12 @@ def classify_audio(filepath):
81
  return outputs
82
 
83
 
84
- title = "Music Genre Classifier"
85
  description = """
86
- Demo for a music genre classifier trained on [GTZAN](https://huggingface.co/datasets/marsyas/gtzan)
 
 
 
87
  For more info checkout [GITHUB](https://github.com/AEscF)
88
  """
89
  filenames = ['EN_0049.wav', "FR_0098.wav", "JP_0222.wav",]
 
81
  return outputs
82
 
83
 
84
+ title = "Language Classification Model"
85
  description = """
86
+ "This model has been fine-tuned on a dataset containing various languages
87
+ including Arabic, Basque, Catalan, Chinese, English, French, German, Japanese, Russian, and more.
88
+ It is designed for audio classification, allowing it to predict the language spoken in a given audio clip.
89
+ Try it out by uploading an audio sample and see how accurately it can identify the language being spoken!"
90
  For more info checkout [GITHUB](https://github.com/AEscF)
91
  """
92
  filenames = ['EN_0049.wav', "FR_0098.wav", "JP_0222.wav",]