Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Adinosaur
/
tools
like
0
Model card
Files
Files and versions
xet
Community
main
tools
/
utils
/
oss
/
testis.py
Adinosaur
Upload folder using huggingface_hub
1c980b1
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
150 Bytes
import
os
print
(
"ACCESS_KEY_ID:"
, os.getenv(
'ALIBABA_CLOUD_ACCESS_KEY_ID'
))
print
(
"ACCESS_KEY_SECRET:"
, os.getenv(
'ALIBABA_CLOUD_ACCESS_KEY_SECRET'
))