Commit
·
9bd8029
1
Parent(s):
596557e
Update app.py
Browse files
app.py
CHANGED
|
@@ -284,6 +284,11 @@ Upon uploading an image, kindly give color hints at specific points, and then ru
|
|
| 284 |
inp,
|
| 285 |
[inp, inp_store],
|
| 286 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 287 |
btn.click(
|
| 288 |
colorize,
|
| 289 |
[inp, inp_store, seed, hint_mode],
|
|
|
|
| 284 |
inp,
|
| 285 |
[inp, inp_store],
|
| 286 |
)
|
| 287 |
+
inp2.upload(
|
| 288 |
+
resize_original2,
|
| 289 |
+
inp,
|
| 290 |
+
inp
|
| 291 |
+
)
|
| 292 |
btn.click(
|
| 293 |
colorize,
|
| 294 |
[inp, inp_store, seed, hint_mode],
|