Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
f9a9c3c
1
Parent(s):
9f0d446
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,7 @@ def pil_image_to_data_uri(img, format='PNG'):
|
|
31 |
|
32 |
def run(image, item_name):
|
33 |
print("sketch updated")
|
|
|
34 |
if image is None:
|
35 |
ones = Image.new("L", (512, 512), 255)
|
36 |
return ones
|
|
|
31 |
|
32 |
def run(image, item_name):
|
33 |
print("sketch updated")
|
34 |
+
print(image)
|
35 |
if image is None:
|
36 |
ones = Image.new("L", (512, 512), 255)
|
37 |
return ones
|