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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,11 +15,11 @@ import spaces
15
  model = MusicgenForConditionalGeneration.from_pretrained("facebook/musicgen-small")
16
  processor = MusicgenProcessor.from_pretrained("facebook/musicgen-small")
17
 
18
- title = "MusicGen Streaming"
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) 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
 
 
15
  model = MusicgenForConditionalGeneration.from_pretrained("facebook/musicgen-small")
16
  processor = MusicgenProcessor.from_pretrained("facebook/musicgen-small")
17
 
18
+ 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