Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,9 +81,12 @@ def classify_audio(filepath):
|
|
81 |
return outputs
|
82 |
|
83 |
|
84 |
-
title = "
|
85 |
description = """
|
86 |
-
|
|
|
|
|
|
|
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",]
|