wondervictor commited on
Commit
d18174e
1 Parent(s): 95e8941

Update app_depth.py

Browse files
Files changed (1) hide show
  1. app_depth.py +3 -3
app_depth.py CHANGED
@@ -10,15 +10,15 @@ def randomize_seed_fn(seed: int, randomize_seed: bool) -> int:
10
 
11
  examples = [
12
  [
13
- "condition/example/t2i/multi_resolution/bird.jpg",
14
  "A bird made of blue crystal"
15
  ],
16
  [
17
- "condition/example/t2i/multigen/sofa.png",
18
  "The red sofa in the living room has several pillows on it"
19
  ],
20
  [
21
- "condition/example/t2i/multigen/house.jpg",
22
  "A brick house with a chimney under a starry sky.",
23
  ]
24
  ]
 
10
 
11
  examples = [
12
  [
13
+ "condition/example/t2i/bird.jpg",
14
  "A bird made of blue crystal"
15
  ],
16
  [
17
+ "condition/example/t2i/sofa.png",
18
  "The red sofa in the living room has several pillows on it"
19
  ],
20
  [
21
+ "condition/example/t2i/house.jpg",
22
  "A brick house with a chimney under a starry sky.",
23
  ]
24
  ]