jbilcke-hf's picture
jbilcke-hf HF staff
clusterize musicgen for today's release
1cef24b
raw
history blame
No virus
136 Bytes
export type MusicGenerationParams = {
prompt: string
durationInSec: number
hd?: boolean
debug?: boolean
neverThrow?: boolean
}