Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ from skimage import io
|
|
| 3 |
from pyxelate import Pyx, Pal
|
| 4 |
from uuid import uuid1
|
| 5 |
from PIL import Image
|
|
|
|
| 6 |
|
| 7 |
def pixel(image,downsample,palette,depth,upscale):
|
| 8 |
#image = io.imread(image.name)
|
|
|
|
| 3 |
from pyxelate import Pyx, Pal
|
| 4 |
from uuid import uuid1
|
| 5 |
from PIL import Image
|
| 6 |
+
import os
|
| 7 |
|
| 8 |
def pixel(image,downsample,palette,depth,upscale):
|
| 9 |
#image = io.imread(image.name)
|