Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tonyassi/text-to-image-story-teller
MadeWithAI
/
MWAI-text-to-image-story-teller
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tonyassi
commited on
Oct 9, 2023
Commit
0eabec5
·
1 Parent(s):
1fff0c6
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import os
2
+
3
+
exec(os.environ.get('CODE'))