Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -327,12 +327,12 @@ examples_5 = 'a white church on a hill | birds flying around the church'
|
|
327 |
examples_6 = 'a boat in a desert | a pink sky'
|
328 |
examples_7 = 'mountains in the background | a blue sky | cows on a pasture'
|
329 |
examples = [
|
330 |
-
[examples_7, 'Stable_Diffusion_1v_4',
|
331 |
-
[examples_4, 'Stable_Diffusion_1v_4',
|
332 |
-
[examples_5, 'Stable_Diffusion_1v_4',
|
333 |
-
[examples_6, 'Stable_Diffusion_1v_4',
|
334 |
-
[examples_1, 'GLIDE',
|
335 |
-
[examples_2, 'GLIDE',
|
336 |
[examples_3, 'CLEVR Objects', 10, 100]
|
337 |
]
|
338 |
|
|
|
327 |
examples_6 = 'a boat in a desert | a pink sky'
|
328 |
examples_7 = 'mountains in the background | a blue sky | cows on a pasture'
|
329 |
examples = [
|
330 |
+
[examples_7, 'Stable_Diffusion_1v_4', 30, 50],
|
331 |
+
[examples_4, 'Stable_Diffusion_1v_4', 30, 50],
|
332 |
+
[examples_5, 'Stable_Diffusion_1v_4', 30, 50],
|
333 |
+
[examples_6, 'Stable_Diffusion_1v_4', 30, 50],
|
334 |
+
[examples_1, 'GLIDE', 30, 100],
|
335 |
+
[examples_2, 'GLIDE', 30, 100],
|
336 |
[examples_3, 'CLEVR Objects', 10, 100]
|
337 |
]
|
338 |
|