Update app.py
Browse files
app.py
CHANGED
@@ -25,11 +25,9 @@ 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,
|
34 |
allow_flagging="never",
|
35 |
)
|
|
|
25 |
outputs=gr.Label(),
|
26 |
title="Music Genre Classification",
|
27 |
description=(
|
28 |
+
"Presented by ASUTOSH PANDA & BISMAYTOSH MALIK"
|
|
|
|
|
29 |
),
|
30 |
+
|
31 |
cache_examples=True,
|
32 |
allow_flagging="never",
|
33 |
)
|