Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
industoai
/
Deep-Egg-Segmentation-and-Sizing
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Deep-Egg-Segmentation-and-Sizing
/
docker
/
entrypoint.sh
afshin-dini
transfer the repo
623606b
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
#!/bin/bash -l
set
-e
if
[
"
$#
"
-eq 0 ];
then
exec
egg_segmentation_size --
help
else
exec
"
$@
"
fi