Upload folder using huggingface_hub
Browse files- 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
|
| 9 |
-
from inference import inference
|
| 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:
|