Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
afshin-dini
/
Deep-Barcode-Reader
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fdee323
Deep-Barcode-Reader
/
docker
/
entrypoint.sh
afshin-dini
initialize
3ac14f9
about 1 year ago
raw
Copy download link
history
blame
Safe
100 Bytes
#!/bin/bash -l
set
-e
if
[
"
$#
"
-eq 0 ];
then
exec
deep_barcode_reader --
help
else
exec
"
$@
"
fi