Milancheeks commited on
Commit
4034191
·
verified ·
1 Parent(s): cef3f97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ title = "Digital Currensy Music Generator"
19
 
20
  description = """
21
  Stream the outputs of the MusicGen text-to-music model by playing the generated audio as soon as the first chunk is ready.
22
- Demo uses [MusicGen Small](https://huggingface.co/facebook/musicgen-small) & (https://huggingface.co/Milancheeks/Aura1.5)in the 🤗 Transformers library. Note that the
23
  demo works best on the Chrome browser. If there is no audio output, try switching browser to Chrome.
24
  """
25
 
 
19
 
20
  description = """
21
  Stream the outputs of the MusicGen text-to-music model by playing the generated audio as soon as the first chunk is ready.
22
+ Demo uses [MusicGen Small](https://huggingface.co/facebook/musicgen-small) & [AuRA 1.5](https://huggingface.co/Milancheeks/Aura1.5)in the 🤗 Transformers library. Note that the
23
  demo works best on the Chrome browser. If there is no audio output, try switching browser to Chrome.
24
  """
25