Spaces:
Runtime error
Runtime error
Update app_edge.py
Browse files- 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/
|
| 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/
|
| 18 |
"A girl with blue hair",
|
| 19 |
],
|
| 20 |
[
|
| 21 |
-
"condition/example/t2i/
|
| 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 |
]
|