oscarfu0501 commited on
Commit
6ce0e8f
1 Parent(s): 8b91182

Upload handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -5,7 +5,7 @@ import cv2
5
  import base64
6
  from inference_sdk import InferenceHTTPClient
7
 
8
- class Image_detect:
9
  def __init__(self, key): #pass api key to model
10
  self.CLIENT = InferenceHTTPClient(
11
  api_url="https://detect.roboflow.com",
 
5
  import base64
6
  from inference_sdk import InferenceHTTPClient
7
 
8
+ class EndpointHandler():
9
  def __init__(self, key): #pass api key to model
10
  self.CLIENT = InferenceHTTPClient(
11
  api_url="https://detect.roboflow.com",