Spaces:
Sleeping
Sleeping
File size: 202 Bytes
0d218b1 |
1 2 3 4 5 6 7 8 9 10 11 12 |
export async function generateAudioID({
prompt,
// negativePrompt,
seed,
}: {
prompt: string
// negativePrompt?: string
seed?: number
}) {
// TODO: call Parler-TTS
return "TODO JULIAN"
} |