Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
curt-park
/
interactive-segmentation
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a74cdb0
interactive-segmentation
/
Makefile
curt-park
Init the space
2cdd41c
almost 2 years ago
raw
Copy download link
history
blame
Safe
142 Bytes
PYTHON=3.9
BASENAME=
$(
shell
basename
$(CURDIR)
)
env:
conda create -n
$(BASENAME)
python=
$(PYTHON)
setup:
pip install -r requirements.txt