freddyaboulton's picture
Upload folder using huggingface_hub
0f74302 verified
export interface DialogueLine {
speaker: string;
text: string;
}