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