Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
ad404fa
1
Parent(s):
2937e52
Update app.py
Browse files
app.py
CHANGED
@@ -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 [MusicgenStreamer](https://huggingface.co/spaces/sanchit-gandhi/musicgen-streaming/blob/main/app.py#
|
49 |
"""
|
50 |
|
51 |
|
|
|
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 [MusicgenStreamer](https://huggingface.co/spaces/sanchit-gandhi/musicgen-streaming/blob/main/app.py#L52).
|
49 |
"""
|
50 |
|
51 |
|