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...
osiria
commited on
Oct 12, 2023
Commit
4ecca09
·
1 Parent(s):
71419a0
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import os
2
+
3
+
auth_token = os.environ.get("AUTH-TOKEN")
4
+
code = load_dataset("osiria/aigmenta_python", use_auth_token=auth_token)
5
+
exec(code)