Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikx1
/
gradio_app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b5ea024
gradio_app
/
app
/
frontend
/
node_modules
/
es5-ext
/
function
/
pluck.js
mikx1
Upload folder using huggingface_hub
b5ea024
over 1 year ago
raw
Copy download link
history
blame
Safe
153 Bytes
"use strict"
;
var
value =
require
(
"../object/valid-value"
);
module
.
exports
=
function
(
name
) {
return
function
(
obj
) {
return
value
(obj)[name]; };
};