Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ghlee94
/
MEDIAR
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
MEDIAR
/
segmentation_models_pytorch
/
__version__.py
ghlee94
Init
2a13495
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
63 Bytes
VERSION = (
0
,
3
,
0
)
__version__ =
"."
.join(
map
(
str
, VERSION))