linoyts HF staff commited on
Commit
f4356d9
·
verified ·
1 Parent(s): 07a3fc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ based on the implementations of [@raven38](https://github.com/raven38) & [@DarkM
255
  outputs=[do_inversion]
256
  )
257
 
258
- seed.change.change(
259
  fn=reset_do_inversion,
260
  outputs=[do_inversion]
261
  )
 
255
  outputs=[do_inversion]
256
  )
257
 
258
+ seed.change(
259
  fn=reset_do_inversion,
260
  outputs=[do_inversion]
261
  )