Zen-Style-Shape / examples_db.py
salso's picture
Update examples_db.py
33b1f6b verified
raw
history blame
416 Bytes
ZEN_EXAMPLES = [
[
"A beautiful landscape with mountains and a lake",
"imgs/style1.png",
"imgs/structure1.png",
"imgs/output1.png",
20,
0.4,
0.6,
30,
],
[
"girl with a dragon",
"imgs/structure2.jpg",
"imgs/style2.jpg",
"imgs/output2.png",
15,
0.8,
0.7,
28,
],
]