Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -335,7 +335,7 @@ def compose(prompt, version, guidance_scale, steps):
|
|
335 |
examples_1 = 'a camel | a forest'
|
336 |
examples_2 = 'A blue sky | A mountain in the horizon | Cherry Blossoms in front of the mountain'
|
337 |
examples_3 = '0.1, 0.5 | 0.3, 0.5 | 0.5, 0.5 | 0.7, 0.5 | 0.9, 0.5'
|
338 |
-
examples_4 = '
|
339 |
examples_5 = 'a white church | lightning in the background'
|
340 |
examples_6 = 'a camel | arctic'
|
341 |
examples_7 = 'A lake | A mountain | Cherry Blossoms next to the lake'
|
|
|
335 |
examples_1 = 'a camel | a forest'
|
336 |
examples_2 = 'A blue sky | A mountain in the horizon | Cherry Blossoms in front of the mountain'
|
337 |
examples_3 = '0.1, 0.5 | 0.3, 0.5 | 0.5, 0.5 | 0.7, 0.5 | 0.9, 0.5'
|
338 |
+
examples_4 = 'a dog | a desert'
|
339 |
examples_5 = 'a white church | lightning in the background'
|
340 |
examples_6 = 'a camel | arctic'
|
341 |
examples_7 = 'A lake | A mountain | Cherry Blossoms next to the lake'
|