Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
clapper
like
26
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
clapper
File size: 72 Bytes
60e3020
1
2
3
4
5
export
function
tap
(
value, mutator
) {
mutator
(value)
return
value }