phase 6
This commit is contained in:
4
detect/inference/__init__.py
Normal file
4
detect/inference/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .client import InferenceClient
|
||||
from .types import DetectResult, OCRResult, VLMResult
|
||||
|
||||
__all__ = ["InferenceClient", "DetectResult", "OCRResult", "VLMResult"]
|
||||
Reference in New Issue
Block a user