ultimaxxl commited on
Commit
92f92f8
·
1 Parent(s): 7c2715c

Fix image format

Browse files
Files changed (1) hide show
  1. examples_db.py +3 -3
examples_db.py CHANGED
@@ -1,9 +1,9 @@
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,
 
1
  ZEN_EXAMPLES = [
2
  [
3
  "A beautiful landscape with mountains and a lake",
4
+ "imgs/structure1.png",
5
+ "imgs/style1.png",
6
+ "imgs/output1.png",
7
  20,
8
  0.4,
9
  0.6,