Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -307,7 +307,10 @@ examples_3 = '0.1, 0.5 | 0.3, 0.5 | 0.5, 0.5 | 0.7, 0.5 | 0.9, 0.5'
|
|
307 |
examples_4 = 'a river leading into a mountain | red trees on the side'
|
308 |
examples_5 = 'a white church on a hill | birds flying around the church'
|
309 |
examples_6 = 'a boat in a desert | a pink sky'
|
310 |
-
|
|
|
|
|
|
|
311 |
[examples_5, 'Stable_Diffusion_1v_4', 10],
|
312 |
[examples_6, 'Stable_Diffusion_1v_4', 10],
|
313 |
[examples_1, 'GLIDE', 10],
|
|
|
307 |
examples_4 = 'a river leading into a mountain | red trees on the side'
|
308 |
examples_5 = 'a white church on a hill | birds flying around the church'
|
309 |
examples_6 = 'a boat in a desert | a pink sky'
|
310 |
+
examples_7 = 'mountains in the background | a blue sky | cows on a pasture'
|
311 |
+
examples = [
|
312 |
+
[examples_7, 'Stable_Diffusion_1v_4', 10],
|
313 |
+
[examples_4, 'Stable_Diffusion_1v_4', 10],
|
314 |
[examples_5, 'Stable_Diffusion_1v_4', 10],
|
315 |
[examples_6, 'Stable_Diffusion_1v_4', 10],
|
316 |
[examples_1, 'GLIDE', 10],
|