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