Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,9 +38,9 @@ def classify_audio(filepath):
|
|
38 |
#return outputs
|
39 |
|
40 |
|
41 |
-
title = "Classifier of
|
42 |
description = """
|
43 |
-
This
|
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"]
|