jadechoghari commited on
Commit
72c85ef
โ€ข
1 Parent(s): 91f1a24

update readme

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -33,19 +33,18 @@ def generate_waveform(description):
33
 
34
 
35
  intro = """
36
- # ๐ŸŽถ OpenMusic: AI-Powered Music Diffusion ๐ŸŽถ
37
 
38
- Welcome to **OpenMusic**, a next-gen diffusion model designed to generate high-quality audio from text descriptions!
39
 
40
- Simply enter a description of the music you'd like to hear, and our AI will generate it for you.
 
41
 
42
- ### Powered by:
43
-
44
- - [GitHub](https://github.com/ivcylc/qa-mdt) [@changli](https://github.com/ivcylc) ๐ŸŽ“.
45
  - [Paper](https://arxiv.org/pdf/2405.15863)
46
  - [HuggingFace](https://huggingface.co/jadechoghari/qa_mdt) [@jadechoghari](https://github.com/jadechoghari) ๐Ÿค—.
47
 
48
- Will take 1 to 2 mins to generate ๐ŸŽถ
49
  ---
50
 
51
  """
 
33
 
34
 
35
  intro = """
36
+ # ๐ŸŽถ OpenMusic: Diffusion That Plays Music ๐ŸŽง ๐ŸŽน
37
 
38
+ Welcome to **OpenMusic**, a next-gen diffusion model designed to generate high-quality music audio from text descriptions!
39
 
40
+ Simply enter a few words describing the vibe, and watch as the model generates a unique track for your input.
41
+ Powered by the QA-MDT model, based on the new research paper linked below.
42
 
43
+ - [GitHub Repo](https://github.com/ivcylc/qa-mdt) by [@changli](https://github.com/ivcylc) ๐ŸŽ“.
 
 
44
  - [Paper](https://arxiv.org/pdf/2405.15863)
45
  - [HuggingFace](https://huggingface.co/jadechoghari/qa_mdt) [@jadechoghari](https://github.com/jadechoghari) ๐Ÿค—.
46
 
47
+ Note: The music generation process will take 1-2 minutes ๐ŸŽถ
48
  ---
49
 
50
  """