Zhibinhong commited on
Commit
13639c4
1 Parent(s): dd3b112

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -4,6 +4,7 @@ from PIL import Image
4
  from io import BytesIO
5
  import base64
6
  import json
 
7
 
8
  class EndpointHandler():
9
  def __init__(self, path=""):
 
4
  from io import BytesIO
5
  import base64
6
  import json
7
+ import io
8
 
9
  class EndpointHandler():
10
  def __init__(self, path=""):