dronll commited on
Commit
7f020d3
1 Parent(s): 246dd4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ 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
+ print ("RUN")
9
  class EndpointHandler():
10
  def __init__(self, path=""):
11
  # Preload all the elements you we need at inference.