Linoy Tsaban commited on
Commit
2a3a808
1 Parent(s): 7856099

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -449,7 +449,7 @@ with gr.Blocks(css='style.css') as demo:
449
  ],
450
  outputs=[sega_edited_image],
451
  ).then(
452
- fn =reset_do_reconstruction, outputs=[reset_do_reconstruction])
453
  ).success(
454
  fn = show_reconstruction_button,
455
  outputs = [reconstruct_button]
 
449
  ],
450
  outputs=[sega_edited_image],
451
  ).then(
452
+ fn =reset_do_reconstruction, outputs=[reset_do_reconstruction]
453
  ).success(
454
  fn = show_reconstruction_button,
455
  outputs = [reconstruct_button]