wondervictor commited on
Commit
3cf9b05
·
verified ·
1 Parent(s): d18174e

Update app_edge.py

Browse files
Files changed (1) hide show
  1. app_edge.py +3 -3
app_edge.py CHANGED
@@ -10,15 +10,15 @@ def randomize_seed_fn(seed: int, randomize_seed: bool) -> int:
10
 
11
  examples = [
12
  [
13
- "condition/example/t2i/multigen/landscape.jpg",
14
  "Landscape photos with snow on the mountains in the distance and clear reflections in the lake near by",
15
  ],
16
  [
17
- "condition/example/t2i/multigen/girl.jpg",
18
  "A girl with blue hair",
19
  ],
20
  [
21
- "condition/example/t2i/multigen/eye.jpg",
22
  "A vivid drawing of an eye with a few pencils nearby",
23
  ],
24
  ]
 
10
 
11
  examples = [
12
  [
13
+ "condition/example/t2i/landscape.jpg",
14
  "Landscape photos with snow on the mountains in the distance and clear reflections in the lake near by",
15
  ],
16
  [
17
+ "condition/example/t2i/girl.jpg",
18
  "A girl with blue hair",
19
  ],
20
  [
21
+ "condition/example/t2i/eye.jpg",
22
  "A vivid drawing of an eye with a few pencils nearby",
23
  ],
24
  ]