Update helpers.py
Browse files- helpers.py +0 -1
helpers.py
CHANGED
@@ -4,7 +4,6 @@ import json
|
|
4 |
from PIL import Image, ImageDraw, ImageFont
|
5 |
from transformers import pipeline
|
6 |
from huggingface_hub import from_pretrained_keras
|
7 |
-
import imageio
|
8 |
|
9 |
|
10 |
def resize_image(img_in,input_height,input_width):
|
|
|
4 |
from PIL import Image, ImageDraw, ImageFont
|
5 |
from transformers import pipeline
|
6 |
from huggingface_hub import from_pretrained_keras
|
|
|
7 |
|
8 |
|
9 |
def resize_image(img_in,input_height,input_width):
|