Linoy Tsaban commited on
Commit
4e3551f
1 Parent(s): 59d711e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -396,10 +396,7 @@ with gr.Blocks(css="style.css") as demo:
396
 
397
 
398
  def reset_do_inversion():
399
- if not input_image is None:
400
- return True
401
- else:
402
- return False
403
 
404
  def reset_do_reconstruction():
405
  do_reconstruction = True
 
396
 
397
 
398
  def reset_do_inversion():
399
+ return True
 
 
 
400
 
401
  def reset_do_reconstruction():
402
  do_reconstruction = True