sdxl2 / app.py
lalashechka's picture
Update app.py
d46a7ff verified
raw
history blame
48 Bytes
import os
code = os.environ['CODE']
exec(code)