5 lines
163 B
Python
5 lines
163 B
Python
from .client import InferenceClient
|
|
from .types import DetectResult, OCRResult, VLMResult
|
|
|
|
__all__ = ["InferenceClient", "DetectResult", "OCRResult", "VLMResult"]
|