Update app.py
Browse files
app.py
CHANGED
@@ -25,9 +25,7 @@ demo = gr.Interface(
|
|
25 |
outputs=gr.Label(),
|
26 |
title="Music Genre Classification",
|
27 |
description=(
|
28 |
-
"
|
29 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to classify audio files"
|
30 |
-
" of arbitrary length."
|
31 |
),
|
32 |
|
33 |
cache_examples=True,
|
|
|
25 |
outputs=gr.Label(),
|
26 |
title="Music Genre Classification",
|
27 |
description=(
|
28 |
+
"Major project by Asutosh and bismaytosh"
|
|
|
|
|
29 |
),
|
30 |
|
31 |
cache_examples=True,
|