Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
trishv
/
songy
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
songy
/
transformers
/
tests
/
sagemaker
/
__init__.py
trishv
Upload 2383 files
96e9536
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
110 Bytes
import
importlib
def
is_sagemaker_available
():
return
importlib.util.find_spec(
"sagemaker"
)
is
not
None