Chakshu123 commited on
Commit
8b4242c
1 Parent(s): 725d794

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -290,8 +290,8 @@ Upon uploading an image, kindly give color hints at specific points, and then ru
290
  output
291
  )
292
  btn2.click(
293
- colorize2,
294
- [inp, model_option],
295
  output2
296
  )
297
 
 
290
  output
291
  )
292
  btn2.click(
293
+ colorize,
294
+ [inp,inp_store, seed, hint_mode],
295
  output2
296
  )
297