Update app.py
Browse files
app.py
CHANGED
|
@@ -25,9 +25,11 @@ demo = gr.Interface(
|
|
| 25 |
outputs=gr.Label(),
|
| 26 |
title="Music Genre Classification",
|
| 27 |
description=(
|
| 28 |
-
"
|
|
|
|
|
|
|
| 29 |
),
|
| 30 |
-
|
| 31 |
cache_examples=True,
|
| 32 |
allow_flagging="never",
|
| 33 |
)
|
|
|
|
| 25 |
outputs=gr.Label(),
|
| 26 |
title="Music Genre Classification",
|
| 27 |
description=(
|
| 28 |
+
"Classify long-form audio or microphone inputs with the click of a button! Demo uses the"
|
| 29 |
+
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to classify audio files"
|
| 30 |
+
" of arbitrary length."
|
| 31 |
),
|
| 32 |
+
examples="./examples",
|
| 33 |
cache_examples=True,
|
| 34 |
allow_flagging="never",
|
| 35 |
)
|