Spaces:
Sleeping
Sleeping
Milancheeks
commited on
Update app.py
Browse files
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) & [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 |
|
@@ -45,7 +45,7 @@ particularly when the chunk size is chosen to be small. In practice, the chunk s
|
|
45 |
smaller chunk size will mean that the first chunk is ready faster, but should not be chosen so small that the model generates slower
|
46 |
than the time it takes to play the audio.
|
47 |
|
48 |
-
For details on how the streaming class works, check out the source code for the [
|
49 |
"""
|
50 |
|
51 |
|
|
|
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 |
|
|
|
45 |
smaller chunk size will mean that the first chunk is ready faster, but should not be chosen so small that the model generates slower
|
46 |
than the time it takes to play the audio.
|
47 |
|
48 |
+
For details on how the streaming class works, check out the source code for the [AuRA 1.5](https://huggingface.co/Milancheeks/Aura1.5).
|
49 |
"""
|
50 |
|
51 |
|