eusip commited on
Commit
6f9d85c
·
verified ·
1 Parent(s): 0778d14

Update demos/musicgen_app.py

Browse files
Files changed (1) hide show
  1. demos/musicgen_app.py +1 -1
demos/musicgen_app.py CHANGED
@@ -461,7 +461,7 @@ def ui_full(launch_kwargs):
461
  An overlap of 12 seconds is kept with the previously generated chunk, and 18 "new" seconds
462
  are generated each time.
463
 
464
- There 10 model variations:
465
  1. facebook/musicgen-melody -- a music generation model capable of generating music condition
466
  on text and melody inputs. **Note**, you can also use text only.
467
  2. facebook/musicgen-small -- a 300M transformer decoder conditioned on text only.
 
461
  An overlap of 12 seconds is kept with the previously generated chunk, and 18 "new" seconds
462
  are generated each time.
463
 
464
+ There are 10 model variations:
465
  1. facebook/musicgen-melody -- a music generation model capable of generating music condition
466
  on text and melody inputs. **Note**, you can also use text only.
467
  2. facebook/musicgen-small -- a 300M transformer decoder conditioned on text only.