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.2.1
/
dialogue
/
utils.ts
gradio-pr-bot
Upload folder using huggingface_hub
e8a8f71
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
67 Bytes
export
interface
DialogueLine
{
speaker
:
string
;
text
:
string
;
}