Ahsen Khaliq commited on
Commit
8f29c25
1 Parent(s): 6c06937

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -273,9 +273,9 @@ def inference(audio):
273
  return './transcribed.mid'
274
 
275
  title = "MT3"
276
- description = "Gradio demo for MIDI-DDSP: Detailed Control of Musical Performance via Hierarchical Modeling. To use it, simply upload your midi 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/2112.09312' target='_blank'>MIDI-DDSP: Detailed Control of Musical Performance via Hierarchical Modeling</a> | <a href='https://github.com/magenta/midi-ddsp' target='_blank'>Github Repo</a></p>"
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)