Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pratyush-01
/
physix
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
physix
/
frontend
/
node_modules
/
tailwindcss
/
src
/
util
/
tap.js
Pratyush-01
Upload folder using huggingface_hub
9d1374f
verified
13 days ago
raw
Copy download link
history
blame
contribute
delete
72 Bytes
export
function
tap
(
value, mutator
) {
mutator
(value)
return
value
}