Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -141,14 +141,14 @@ examples_2 = 'A blue sky | A mountain in the horizon | Cherry Blossoms in front
|
|
141 |
examples_3 = '0.1, 0.5 | 0.3, 0.5 | 0.5, 0.5 | 0.7, 0.5 | 0.9, 0.5'
|
142 |
examples_4 = 'a photo of Obama | a photo of Biden'
|
143 |
examples_5 = 'a white church | lightning in the background'
|
144 |
-
examples_6 = '
|
145 |
examples_7 = 'A lake | A mountain | Cherry Blossoms next to the lake'
|
146 |
examples = [
|
147 |
[examples_1, "1 | -1", 'Stable_Diffusion_1v_4', 15, 50, 0],
|
148 |
[examples_4, "1 | 1", 'Stable_Diffusion_1v_4', 15, 50, 0],
|
149 |
[examples_7, "1 | 1 | 1", 'Stable_Diffusion_1v_4', 15, 50, 3],
|
150 |
[examples_5, "1 | 1", 'Stable_Diffusion_1v_4', 15, 50, 0],
|
151 |
-
[examples_6, "1 | 1", 'Stable_Diffusion_1v_4', 15, 50,
|
152 |
[examples_3, "1 | 1 | 1 | 1 | 1", 'CLEVR Objects', 10, 100, 0]
|
153 |
]
|
154 |
|
|
|
141 |
examples_3 = '0.1, 0.5 | 0.3, 0.5 | 0.5, 0.5 | 0.7, 0.5 | 0.9, 0.5'
|
142 |
examples_4 = 'a photo of Obama | a photo of Biden'
|
143 |
examples_5 = 'a white church | lightning in the background'
|
144 |
+
examples_6 = 'mystical trees | A dark magical pond | dark'
|
145 |
examples_7 = 'A lake | A mountain | Cherry Blossoms next to the lake'
|
146 |
examples = [
|
147 |
[examples_1, "1 | -1", 'Stable_Diffusion_1v_4', 15, 50, 0],
|
148 |
[examples_4, "1 | 1", 'Stable_Diffusion_1v_4', 15, 50, 0],
|
149 |
[examples_7, "1 | 1 | 1", 'Stable_Diffusion_1v_4', 15, 50, 3],
|
150 |
[examples_5, "1 | 1", 'Stable_Diffusion_1v_4', 15, 50, 0],
|
151 |
+
[examples_6, "1 | 1 | -1", 'Stable_Diffusion_1v_4', 15, 50, 2],
|
152 |
[examples_3, "1 | 1 | 1 | 1 | 1", 'CLEVR Objects', 10, 100, 0]
|
153 |
]
|
154 |
|