fmagot01 commited on
Commit
8181065
1 Parent(s): e43321f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,9 +38,9 @@ def classify_audio(filepath):
38
  #return outputs
39
 
40
 
41
- title = "Classifier of Music Genres"
42
  description = """
43
- This is the demo of the finetuned classification model that we just trained on the [GTZAN](https://huggingface.co/datasets/marsyas/gtzan). You can upload your own audio file or used the ones already provided below.
44
  """
45
 
46
  filenames = ["audiobook.mp3"]
 
38
  #return outputs
39
 
40
 
41
+ title = "Classifier of Audio Files"
42
  description = """
43
+ This demo shows the application of the [distil-wav2vec2](https://huggingface.co/OthmaneJ/distil-wav2vec2) model fine tuned to the [gigaspeech](https://huggingface.co/datasets/speechcolab/gigaspeech) dataset. It will classify the audio provided to the domain of the content in it.
44
  """
45
 
46
  filenames = ["audiobook.mp3"]