Spaces:
Running
on
A10G
Running
on
A10G
Linoy Tsaban
commited on
Commit
•
1f90a09
1
Parent(s):
cf27ed0
Update app.py
Browse files
app.py
CHANGED
@@ -448,7 +448,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
448 |
],
|
449 |
# outputs=[sega_edited_image, reconstruct_button]
|
450 |
outputs=[sega_edited_image]
|
451 |
-
).then(fn=show_reconstruction_button, outputs[reconstruct_button]).then(
|
452 |
fn =reset_do_reconstruction, outputs=[do_reconstruction]
|
453 |
)
|
454 |
|
|
|
448 |
],
|
449 |
# outputs=[sega_edited_image, reconstruct_button]
|
450 |
outputs=[sega_edited_image]
|
451 |
+
).then(fn=show_reconstruction_button, outputs=[reconstruct_button]).then(
|
452 |
fn =reset_do_reconstruction, outputs=[do_reconstruction]
|
453 |
)
|
454 |
|