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