jadechoghari
commited on
Commit
โข
0511686
1
Parent(s):
8d0503c
add demo and examples
Browse files
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 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
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
|