salso commited on
Commit
cc84972
·
verified ·
1 Parent(s): a0ba116

Update examples_db.py

Browse files
Files changed (1) hide show
  1. examples_db.py +30 -0
examples_db.py CHANGED
@@ -19,4 +19,34 @@ ZEN_EXAMPLES = [
19
  0.7,
20
  28,
21
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ]
 
19
  0.7,
20
  28,
21
  ],
22
+ [
23
+ "a flying whale airplane with some trees growing on it",
24
+ "imgs/structure3.webp",
25
+ "imgs/style3.png",
26
+ "imgs/output3.png",
27
+ 15,
28
+ 0.65,
29
+ 0.53,
30
+ 28,
31
+ ],
32
+ [
33
+ "a flying whale airplane with some trees growing on it",
34
+ "imgs/structure3.webp",
35
+ "imgs/style4.png",
36
+ "imgs/output4.png",
37
+ 15,
38
+ 0.65,
39
+ 0.5,
40
+ 28,
41
+ ],
42
+ [
43
+ "a startrooper playing with a robot by a window",
44
+ "imgs/structure5.webp",
45
+ "imgs/style5.webp",
46
+ "imgs/output5.png",
47
+ 15,
48
+ 0.8,
49
+ 0.6,
50
+ 28,
51
+ ],
52
  ]