anzhi2710gmailcom's picture
Upload folder using huggingface_hub
d766458 verified
Raw
History Blame Contribute Delete
168 Bytes
from typing import Any, Protocol, runtime_checkable
@runtime_checkable
class ProtenixAPI(Protocol):
def predict(self, input_json_path: str, **kw: Any): ...