mouseland commited on
Commit
6f40774
·
verified ·
1 Parent(s): 980a5f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import glob
12
 
13
  from huggingface_hub import hf_hub_download
14
 
15
- img = np.zeros((96, 128))
16
  fp0 = Image.fromarray(img)
17
  #fp0 = "0.png"
18
  #imsave(fp0, img)
 
12
 
13
  from huggingface_hub import hf_hub_download
14
 
15
+ img = np.zeros((96, 128), dtype = np.uint8)
16
  fp0 = Image.fromarray(img)
17
  #fp0 = "0.png"
18
  #imsave(fp0, img)