mirror of
https://git.isriupjv.fr/ISRI/ai-server
synced 2025-04-24 18:18:11 +02:00
Models are now loaded in separate endpoints for the inputs to be easier to recognise
3 lines
57 B
Python
3 lines
57 B
Python
from . import base
|
|
|
|
from .PythonModel import PythonModel
|