Skip to content

Commit

Permalink
change imports for ml module in main file
Browse files Browse the repository at this point in the history
  • Loading branch information
amesval committed Mar 24, 2024
1 parent f88f9f0 commit 15fc001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from fastapi import FastAPI
from pydantic import BaseModel
from starter.ml.model import inference as model_inference
from starter.ml.model import load_model_attributes as load_model
from ml.model import inference as model_inference
from ml.model import load_model_attributes as load_model
import pandas as pd
import numpy as np

Expand Down

0 comments on commit 15fc001

Please sign in to comment.