Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
gradio
/
frontend
like
0
Follow
Gradio
367
Dataset card
Data Studio
Files
Files and versions
xet
Community
4a19e6a
frontend
/
6.0.0-dev.6
/
dialogue
/
utils.ts
gradio-pr-bot
Upload folder using huggingface_hub
7428840
verified
about 1 month ago
raw
Copy download link
history
blame
67 Bytes
export
interface
DialogueLine
{
speaker
:
string
;
text
:
string
;
}