Spaces:
Runtime error
Runtime error
Epsilon617
commited on
Commit
·
7e8426c
1
Parent(s):
26c8d1e
modify description
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ live_inputs = [
|
|
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 = [
|
44 |
# ["input/example-1.wav"],
|
|
|
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 map/MERT-95M-public model as backbone to conduct music genre/tagging predcition."
|
42 |
article = ""
|
43 |
audio_examples = [
|
44 |
# ["input/example-1.wav"],
|