Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -503,7 +503,7 @@ if __name__ == "__main__":
|
|
503 |
vae_skip_iter_s1,
|
504 |
vae_skip_iter_s2,
|
505 |
],
|
506 |
-
outputs=images[3],
|
507 |
fn=open_accordion_on_example_selection,
|
508 |
run_on_click=True,
|
509 |
label="Examples"
|
|
|
503 |
vae_skip_iter_s1,
|
504 |
vae_skip_iter_s2,
|
505 |
],
|
506 |
+
outputs=[images[3], ],
|
507 |
fn=open_accordion_on_example_selection,
|
508 |
run_on_click=True,
|
509 |
label="Examples"
|