Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
gradio
/
frontend
like
1
Follow
Gradio
395
Dataset card
Files
Files and versions
xet
Community
1
main
frontend
/
6.0.3
/
dialogue
/
utils.ts
gradio-pr-bot
Upload folder using huggingface_hub
07816ec
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
67 Bytes
export
interface
DialogueLine
{
speaker
:
string
;
text
:
string
;
}