Chakshu123
commited on
Commit
•
8b4242c
1
Parent(s):
725d794
Update app.py
Browse files
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 |
-
|
294 |
-
[inp,
|
295 |
output2
|
296 |
)
|
297 |
|
|
|
290 |
output
|
291 |
)
|
292 |
btn2.click(
|
293 |
+
colorize,
|
294 |
+
[inp,inp_store, seed, hint_mode],
|
295 |
output2
|
296 |
)
|
297 |
|