resnet50 / handler.py
andreylitvinov's picture
42
d33c27b
raw
history blame contribute delete
197 Bytes
from typing import Dict, List, Any
class EndpointHandler():
def __init__(self, path=""):
pass
def __call__(self, data: Any) -> List[List[Dict[str, float]]]:
return 42.0