jadechoghari commited on
Commit
0511686
β€’
1 Parent(s): 8d0503c

add demo and examples

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -47,7 +47,7 @@ Simply enter a few words describing the vibe, and watch as the model generates a
47
  Powered by the QA-MDT model, based on the new research paper linked below.
48
 
49
  - [GitHub Repo](https://github.com/ivcylc/qa-mdt) by [@changli](https://github.com/ivcylc) πŸŽ“.
50
- - [Paper](https://arxiv.org/pdf/2405.15863)
51
  - [HuggingFace](https://huggingface.co/jadechoghari/qa_mdt) [@jadechoghari](https://github.com/jadechoghari) πŸ€—.
52
 
53
  Note: The music generation process will take 1-2 minutes 🎢
@@ -62,11 +62,11 @@ iface = gr.Interface(
62
  # outputs=gr.Audio(label="Download the Music 🎼"),
63
  outputs=[gr.Video(label="Watch the Waveform 🎼"), gr.Audio(label="Download the Music 🎢")],
64
  description=intro,
65
- # examples=[
66
- # ["A modern synthesizer creating futuristic soundscapes."],
67
- # ["Acoustic ballad with heartfelt lyrics and soft piano."]
68
- # ],
69
- # cache_examples=True
70
  )
71
 
72
  # Launch the Gradio app
 
47
  Powered by the QA-MDT model, based on the new research paper linked below.
48
 
49
  - [GitHub Repo](https://github.com/ivcylc/qa-mdt) by [@changli](https://github.com/ivcylc) πŸŽ“.
50
+ - [Paper](https://arxiv.org/pdf/2405.15863) & [Paper Demo](https://qa-mdt.github.io/ )
51
  - [HuggingFace](https://huggingface.co/jadechoghari/qa_mdt) [@jadechoghari](https://github.com/jadechoghari) πŸ€—.
52
 
53
  Note: The music generation process will take 1-2 minutes 🎢
 
62
  # outputs=gr.Audio(label="Download the Music 🎼"),
63
  outputs=[gr.Video(label="Watch the Waveform 🎼"), gr.Audio(label="Download the Music 🎢")],
64
  description=intro,
65
+ examples=[
66
+ ["A modern synthesizer creating futuristic soundscapes."],
67
+ ["Acoustic ballad with heartfelt lyrics and soft piano."]
68
+ ],
69
+ cache_examples=True
70
  )
71
 
72
  # Launch the Gradio app