KShoichi's picture
Upload app/api/__init__.py with huggingface_hub
aa3b427 verified
from .predict import router as predict
from .train import router as train
from .status import router as status
from .dashboard import router as dashboard
from .batch_predict import router as batch_predict
from .monitor import router as monitor
from .playground import router as playground