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