Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
reisarod
/
gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gradio
/
node_modules
/
request
/
lib
/
copy.js
reisarod
Upload folder using huggingface_hub
5fae594
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
module
.
exports
=
function
copy
(obj) {
var
o = {}
Object
.
keys
(obj).
forEach
(
function
(
i
) {
o[i] = obj[i]
})
return
o
}