svjack commited on
Commit
c215104
·
1 Parent(s): f1f0d48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)