Skip to content

Commit

Permalink
Fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mich-31 committed Jan 8, 2024
1 parent 030fe4e commit e4db827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from fastapi.encoders import jsonable_encoder
from ..conf import config
from .schemas import PredictContextPayload, PredictImagesPayload, GetModelNamesResponseModel, GetModelNamesData, GetModelInfosResponseModel, ModelMetrics, GetModelInfosData, PredictContextResponseModel, PredictContextResponseData, PredictImageResponseModel, PredictImageResponseData
from prometheus.instrumentator import instrumentator
from .prometheus.instrumentator import instrumentator
from ..models.evaluate import predict_context, predict
sys.path.append("src")

Expand Down

0 comments on commit e4db827

Please sign in to comment.