Update handler.py
Browse files- 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")
|