Linoy Tsaban commited on
Commit
1f90a09
1 Parent(s): cf27ed0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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