gradio-pr-bot's picture
Upload folder using huggingface_hub
2d4e8f7 verified
export interface DialogueLine {
speaker: string;
text: string;
}