wondervictor commited on
Commit
95e8941
·
verified ·
1 Parent(s): da86ddf

Update app_edge.py

Browse files
Files changed (1) hide show
  1. app_edge.py +4 -9
app_edge.py CHANGED
@@ -10,22 +10,17 @@ def randomize_seed_fn(seed: int, randomize_seed: bool) -> int:
10
 
11
  examples = [
12
  [
13
- "condition/example/t2i/multigen/landscape.png",
14
  "Landscape photos with snow on the mountains in the distance and clear reflections in the lake near by",
15
- # "(512, 512)"
16
  ],
17
  [
18
  "condition/example/t2i/multigen/girl.jpg",
19
- "A girl with blue hair",# "(512, 512)"
20
  ],
21
  [
22
- "condition/example/t2i/multigen/eye.png",
23
- "A vivid drawing of an eye with a few pencils nearby",# "(512, 512)"
24
  ],
25
- # [
26
- # "condition/example/t2i/multi_resolution/bird.jpg", "colorful bird",
27
- # "(921, 564)"
28
- # ],
29
  ]
30
 
31
 
 
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
  ]
25
 
26