ai-tube / src /app /api /v1 /edit /entities /generateAudioID.ts
jbilcke-hf's picture
jbilcke-hf HF staff
rename from model to entity
1cea837
raw
history blame
202 Bytes
export async function generateAudioID({
prompt,
// negativePrompt,
seed,
}: {
prompt: string
// negativePrompt?: string
seed?: number
}) {
// TODO: call Parler-TTS
return "TODO JULIAN"
}