Update handler.py
Browse files- handler.py +1 -0
handler.py
CHANGED
|
@@ -5,6 +5,7 @@ from PIL import Image
|
|
| 5 |
import base64
|
| 6 |
from io import BytesIO
|
| 7 |
from diffusers.image_processor import VaeImageProcessor
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
# set device
|
|
|
|
| 5 |
import base64
|
| 6 |
from io import BytesIO
|
| 7 |
from diffusers.image_processor import VaeImageProcessor
|
| 8 |
+
import numpy as np
|
| 9 |
|
| 10 |
|
| 11 |
# set device
|