Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
gradio
/
frontend
like
0
Follow
Gradio
364
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
frontend
/
6.0.0-dev.5
/
dialogue
/
utils.ts
gradio-pr-bot
Upload folder using huggingface_hub
2d4e8f7
verified
29 days ago
raw
Copy download link
history
blame
contribute
delete
67 Bytes
export
interface
DialogueLine
{
speaker
:
string
;
text
:
string
;
}