Commit
·
25b8dd6
1
Parent(s):
8b4242c
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 |
-
[
|
| 295 |
output2
|
| 296 |
)
|
| 297 |
|
|
|
|
| 290 |
output
|
| 291 |
)
|
| 292 |
btn2.click(
|
| 293 |
+
colorize2,
|
| 294 |
+
[inp2, model_option],
|
| 295 |
output2
|
| 296 |
)
|
| 297 |
|