Update app.py
Browse files
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)
|