Spaces:
Running
on
Zero
Running
on
Zero
Add example obj
Browse files- examples_db.py +22 -0
examples_db.py
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ZEN_EXAMPLES = [
|
| 2 |
+
[
|
| 3 |
+
"A beautiful landscape with mountains and a lake",
|
| 4 |
+
"imgs/structure1.jpg",
|
| 5 |
+
"imgs/style1.jpg",
|
| 6 |
+
"imgs/output1.jpg",
|
| 7 |
+
20,
|
| 8 |
+
0.4,
|
| 9 |
+
0.6,
|
| 10 |
+
30,
|
| 11 |
+
],
|
| 12 |
+
# [
|
| 13 |
+
# "A cyberpunk cityscape at night",
|
| 14 |
+
# "imgs/structure2.jpg",
|
| 15 |
+
# "imgs/style2.jpg",
|
| 16 |
+
# "imgs/output2.jpg",
|
| 17 |
+
# 15,
|
| 18 |
+
# 0.35,
|
| 19 |
+
# 0.7,
|
| 20 |
+
# 28,
|
| 21 |
+
# ],
|
| 22 |
+
]
|