ritesh-torinit commited on
Commit
8da037b
·
verified ·
1 Parent(s): 1a91148

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. handler.py +2 -2
handler.py CHANGED
@@ -5,8 +5,8 @@ This wrapper provides an EMCO-compatible API format for LearningStudio integrati
5
  calling the AWS Lambda-based callout detection pipeline via API Gateway.
6
  """
7
 
8
- from typing import Dict, Any, List, Union
9
- from inference import inference, normalize_to_base64
10
 
11
 
12
  class EndpointHandler:
 
5
  calling the AWS Lambda-based callout detection pipeline via API Gateway.
6
  """
7
 
8
+ from typing import Dict, Any
9
+ from inference import inference
10
 
11
 
12
  class EndpointHandler: