Commit
·
1ea5a98
1
Parent(s):
8455f94
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ particularly when the chunk size is chosen to be small. In practice, the chunk s
|
|
49 |
smaller chunk size will mean that the first chunk is ready faster, but should not be chosen so small that the model generates slower
|
50 |
than the time it takes to play the audio.
|
51 |
|
52 |
-
For details on how the streaming class works, check out the source code for the [MusicgenStreamer](https://huggingface.co/spaces/sanchit-gandhi/musicgen-streaming/blob/main/app.py#
|
53 |
"""
|
54 |
|
55 |
|
|
|
49 |
smaller chunk size will mean that the first chunk is ready faster, but should not be chosen so small that the model generates slower
|
50 |
than the time it takes to play the audio.
|
51 |
|
52 |
+
For details on how the streaming class works, check out the source code for the [MusicgenStreamer](https://huggingface.co/spaces/sanchit-gandhi/musicgen-streaming/blob/main/app.py#L56).
|
53 |
"""
|
54 |
|
55 |
|