Spaces:
Runtime error
Runtime error
Alican Akca
commited on
Commit
•
8105001
1
Parent(s):
e145505
issues...
Browse files
app.py
CHANGED
@@ -27,8 +27,7 @@ def func_tab1(image,pixel_size, checkbox1):
|
|
27 |
pixel_size),
|
28 |
background_image = image)
|
29 |
else:
|
30 |
-
|
31 |
-
result = pixl.toThePixL(images, pixel_size)
|
32 |
return result
|
33 |
|
34 |
def func_tab2():
|
|
|
27 |
pixel_size),
|
28 |
background_image = image)
|
29 |
else:
|
30 |
+
result = pixl.toThePixL([image], pixel_size)
|
|
|
31 |
return result
|
32 |
|
33 |
def func_tab2():
|