Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tonyassi
/
vogue-fashion-look-a-like
like
14
Runtime error
App
Files
Files
tonyassi
commited on
Jan 28, 2024
Commit
1128e3f
β’
1 Parent(s):
3f4b6ae
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'))