Spaces:
Runtime error
Runtime error
Epsilon617
commited on
Commit
·
26c8d1e
1
Parent(s):
92cd759
add genre prediction head
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ live_inputs = [
|
|
37 |
]
|
38 |
# outputs = [gr.components.Textbox()]
|
39 |
# outputs = [gr.components.Textbox(), transcription_df]
|
40 |
-
title = "Predict the top 5 possible genres of Music"
|
41 |
description = "An example of using MERT-95M-public to conduct music tagging."
|
42 |
article = ""
|
43 |
audio_examples = [
|
|
|
37 |
]
|
38 |
# outputs = [gr.components.Textbox()]
|
39 |
# outputs = [gr.components.Textbox(), transcription_df]
|
40 |
+
title = "Predict the top 5 possible genres and tags of Music"
|
41 |
description = "An example of using MERT-95M-public to conduct music tagging."
|
42 |
article = ""
|
43 |
audio_examples = [
|