Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,9 +25,8 @@ demo = gr.Interface(
|
|
25 |
outputs=gr.Label(),
|
26 |
title="Music Genre Classification",
|
27 |
description=(
|
28 |
-
"ASUTOSH AND BISMAYTOSH"
|
29 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME})
|
30 |
-
" of arbitrary length."
|
31 |
),
|
32 |
examples="./examples",
|
33 |
cache_examples=True,
|
|
|
25 |
outputs=gr.Label(),
|
26 |
title="Music Genre Classification",
|
27 |
description=(
|
28 |
+
"Presented by - ASUTOSH AND BISMAYTOSH"
|
29 |
+
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) "
|
|
|
30 |
),
|
31 |
examples="./examples",
|
32 |
cache_examples=True,
|