Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ file_transcribe = gr.Interface(
|
|
38 |
gr.Audio(sources="upload", label="Audio file", type="filepath"),
|
39 |
],
|
40 |
outputs="label",
|
41 |
-
title="
|
42 |
description=(
|
43 |
"Get the genre of your song! Demo uses the"
|
44 |
f" checkpoint [{MODEL_ID}](https://huggingface.co/{MODEL_ID}) and 🤗 Transformers to get the condition of audio files"
|
|
|
38 |
gr.Audio(sources="upload", label="Audio file", type="filepath"),
|
39 |
],
|
40 |
outputs="label",
|
41 |
+
title="EDM genre classificator",
|
42 |
description=(
|
43 |
"Get the genre of your song! Demo uses the"
|
44 |
f" checkpoint [{MODEL_ID}](https://huggingface.co/{MODEL_ID}) and 🤗 Transformers to get the condition of audio files"
|