Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amitesh11
/
pose
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5e6b50a
pose
/
web
/
client
/
node_modules
/
editorconfig
/
bin
/
editorconfig
amitesh11
Upload 3019 files
369fac9
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
131 Bytes
#!/usr/bin/env node
var cli = require(
'../lib/cli'
)
cli.default(process.argv).catch(e => {
console.error(e)
process.
exit
(
1
)
})