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