Spaces:
Sleeping
Sleeping
Milancheeks
commited on
Update app.py
Browse files
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 = "
|
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 |
|