Spaces:
Runtime error
Runtime error
Commit
·
7092d06
1
Parent(s):
06819c2
Update image_processing.py
Browse files- image_processing.py +1 -1
image_processing.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from PIL import Image
|
2 |
|
3 |
DITHER_METHODS = {
|
4 |
"None": ImageDither.NONE,
|
|
|
1 |
+
from PIL import Image
|
2 |
|
3 |
DITHER_METHODS = {
|
4 |
"None": ImageDither.NONE,
|