Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ def update_pre_generated_images(slider_value, total_images):
|
|
| 160 |
def reset_recalc_directions():
|
| 161 |
return True
|
| 162 |
|
| 163 |
-
examples = [["
|
| 164 |
|
| 165 |
css = """
|
| 166 |
footer {
|
|
|
|
| 160 |
def reset_recalc_directions():
|
| 161 |
return True
|
| 162 |
|
| 163 |
+
examples = [["flower in mountain, "spring", "winter", 1.5], ["남자", "아기", "노인", 2.5], ["a tomato", "super fresh", "rotten", 2.5]]
|
| 164 |
|
| 165 |
css = """
|
| 166 |
footer {
|