Spaces:
Sleeping
Sleeping
PRamoneda
commited on
Commit
·
94bd7b5
1
Parent(s):
a5af45b
add ref to paper
Browse files
app.py
CHANGED
@@ -112,6 +112,7 @@ demo = gr.Interface(
|
|
112 |
"Upload an MP3/MP4 or provide a YouTube URL. "
|
113 |
"If you want to predict the difficulty directly from youtube, export your YouTube cookies as a Netscape-format file "
|
114 |
"and upload it here. Then the app can download and process the audio."
|
|
|
115 |
)
|
116 |
)
|
117 |
|
|
|
112 |
"Upload an MP3/MP4 or provide a YouTube URL. "
|
113 |
"If you want to predict the difficulty directly from youtube, export your YouTube cookies as a Netscape-format file "
|
114 |
"and upload it here. Then the app can download and process the audio."
|
115 |
+
"Related publication: [IEEE TASLP paper](https://ieeexplore.ieee.org/document/10878288)"
|
116 |
)
|
117 |
)
|
118 |
|