Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
8f29c25
1
Parent(s):
6c06937
Update app.py
Browse files
app.py
CHANGED
@@ -273,9 +273,9 @@ def inference(audio):
|
|
273 |
return './transcribed.mid'
|
274 |
|
275 |
title = "MT3"
|
276 |
-
description = "Gradio demo for
|
277 |
|
278 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/
|
279 |
|
280 |
examples=[['download.wav']]
|
281 |
|
@@ -287,4 +287,4 @@ gr.Interface(
|
|
287 |
description=description,
|
288 |
article=article,
|
289 |
examples=examples
|
290 |
-
).launch(enable_queue=True)
|
|
|
273 |
return './transcribed.mid'
|
274 |
|
275 |
title = "MT3"
|
276 |
+
description = "Gradio demo for MT3: Multi-Task Multitrack Music Transcription. To use it, simply upload your audio file, or click one of the examples to load them. Read more at the links below."
|
277 |
|
278 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2111.03017' target='_blank'>MT3: Multi-Task Multitrack Music Transcription</a> | <a href='https://github.com/magenta/mt3' target='_blank'>Github Repo</a></p>"
|
279 |
|
280 |
examples=[['download.wav']]
|
281 |
|
|
|
287 |
description=description,
|
288 |
article=article,
|
289 |
examples=examples
|
290 |
+
).launch(enable_queue=True,cache_examples=True)
|