Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ examples_1 = 'a camel | a forest'
|
|
135 |
examples_2 = 'A blue sky | A mountain in the horizon | Cherry Blossoms in front of the mountain'
|
136 |
examples_3 = '0.1, 0.5 | 0.3, 0.5 | 0.5, 0.5 | 0.7, 0.5 | 0.9, 0.5'
|
137 |
examples_4 = 'a blue house | a desert'
|
138 |
-
examples_5 = 'a white church | lightning in the background
|
139 |
examples_6 = 'a camel | arctic'
|
140 |
examples_7 = 'A lake | A mountain | Cherry Blossoms next to the lake'
|
141 |
examples = [
|
|
|
135 |
examples_2 = 'A blue sky | A mountain in the horizon | Cherry Blossoms in front of the mountain'
|
136 |
examples_3 = '0.1, 0.5 | 0.3, 0.5 | 0.5, 0.5 | 0.7, 0.5 | 0.9, 0.5'
|
137 |
examples_4 = 'a blue house | a desert'
|
138 |
+
examples_5 = 'a white church | lightning in the background'
|
139 |
examples_6 = 'a camel | arctic'
|
140 |
examples_7 = 'A lake | A mountain | Cherry Blossoms next to the lake'
|
141 |
examples = [
|