Spaces:
Runtime error
Runtime error
Update app_edge.py
Browse files- 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.
|
| 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"
|
| 20 |
],
|
| 21 |
[
|
| 22 |
-
"condition/example/t2i/multigen/eye.
|
| 23 |
-
"A vivid drawing of an eye with a few pencils nearby"
|
| 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 |
|