media-server / src /callMusicgen.mts
jbilcke-hf's picture
jbilcke-hf HF staff
update the prompts
66f11df
raw
history blame contribute delete
86 Bytes
export const callMusicgen = async (prompt: string): Promise<string> => {
return ''
}