gabrielearmento commited on
Commit
964ef5d
1 Parent(s): 655ba26

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -1,5 +1,6 @@
1
  from typing import Dict, List, Any
2
  from transformers import AutoModel, AutoTokenizer
 
3
 
4
  class EndpointHandler():
5
  def __init__(self, path=""):
 
1
  from typing import Dict, List, Any
2
  from transformers import AutoModel, AutoTokenizer
3
+ from PIL import Image
4
 
5
  class EndpointHandler():
6
  def __init__(self, path=""):