Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
osiria
/
aigmenta
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4ecca09
aigmenta
/
app.py
osiria
Create app.py
4ecca09
over 1 year ago
raw
Copy download link
history
blame
Safe
137 Bytes
import
os
auth_token = os.environ.get(
"AUTH-TOKEN"
)
code = load_dataset(
"osiria/aigmenta_python"
, use_auth_token=auth_token)
exec
(code)