oscarfu0501 commited on
Commit
714e84b
1 Parent(s): a7d8e83

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -12,6 +12,7 @@ class EndpointHandler():
12
  api_url="https://detect.roboflow.com",
13
  api_key=key
14
  )
 
15
 
16
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
17
  inputs = data.get("inputs")
 
12
  api_url="https://detect.roboflow.com",
13
  api_key=key
14
  )
15
+ print(key)
16
 
17
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
18
  inputs = data.get("inputs")