Spaces:
Runtime error
Runtime error
Andrei Cozma
commited on
Commit
·
9483d3b
1
Parent(s):
a216b5c
Updates
Browse files
app.py
CHANGED
@@ -279,7 +279,10 @@ def update_image_input(state, selection):
|
|
279 |
print(f"selection: {selection}")
|
280 |
if not selection:
|
281 |
white_image = get_start_image()
|
|
|
|
|
282 |
return (
|
|
|
283 |
white_image,
|
284 |
[white_image],
|
285 |
None,
|
|
|
279 |
print(f"selection: {selection}")
|
280 |
if not selection:
|
281 |
white_image = get_start_image()
|
282 |
+
state["inp_image"] = white_image
|
283 |
+
|
284 |
return (
|
285 |
+
state,
|
286 |
white_image,
|
287 |
[white_image],
|
288 |
None,
|