oscarfu0501 commited on
Commit
d5bb536
1 Parent(s): 82559f3

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -32,7 +32,7 @@ class EndpointHandler:
32
  path = inputs.get("path")
33
  print("is path")
34
  print(path)
35
- path = "http://10.10.2.100/cam-lo.jpg"
36
  model = self.model
37
  ########################### Load Image #################################
38
  if(isurl): # for url set isurl = 1
 
32
  path = inputs.get("path")
33
  print("is path")
34
  print(path)
35
+ # path = "http://10.10.2.100/cam-lo.jpg"
36
  model = self.model
37
  ########################### Load Image #################################
38
  if(isurl): # for url set isurl = 1