Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pikilap
/
epa
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
epa
/
web
/
src
/
helpers
/
log.js
luowuyin
25:06:08 10:40:41 v0.8.1
d145f59
9 months ago
raw
Copy download link
history
blame
contribute
delete
170 Bytes
export
function
getLogOther
(
otherStr
) {
if
(otherStr ===
undefined
|| otherStr ===
''
) {
otherStr =
'{}'
;
}
let
other =
JSON
.
parse
(otherStr);
return
other;
}