dronll commited on
Commit
6fd5992
1 Parent(s): df2c3f1

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +2 -0
handler.py CHANGED
@@ -5,6 +5,8 @@ from PIL import Image
5
  from io import BytesIO
6
  import base64
7
 
 
 
8
  class EndpointHandler():
9
  def __init__(self, path=""):
10
  # Preload all the elements you we need at inference.
 
5
  from io import BytesIO
6
  import base64
7
 
8
+
9
+ print ("Start Pleds")
10
  class EndpointHandler():
11
  def __init__(self, path=""):
12
  # Preload all the elements you we need at inference.