sanchit-gandhi HF staff commited on
Commit
ad404fa
1 Parent(s): 2937e52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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#L50).
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