Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,8 +10,8 @@ demo = gr.Interface(
|
|
| 10 |
fn=predict_from_audio,
|
| 11 |
inputs=gr.Audio(type="filepath"),
|
| 12 |
outputs="label",
|
| 13 |
-
title="
|
| 14 |
-
description="
|
| 15 |
)
|
| 16 |
|
| 17 |
if __name__ == "__main__":
|
|
|
|
| 10 |
fn=predict_from_audio,
|
| 11 |
inputs=gr.Audio(type="filepath"),
|
| 12 |
outputs="label",
|
| 13 |
+
title="Language Identification Model",
|
| 14 |
+
description="A Malaysian Language Identification Model for Detecting English, Mandarin, Tamil, Malay, Iban, and Bukar Sadong."
|
| 15 |
)
|
| 16 |
|
| 17 |
if __name__ == "__main__":
|