Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeukema committed Dec 12, 2023
1 parent ea99c5c commit 4cb16d9
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
Expand Up @@ -16,8 +16,8 @@
from fastapi import FastAPI, Response
from pydantic import BaseModel

from src.data.image import prepare_scenes
from src.inference.pipeline import detect_vessels
from data.image import prepare_scenes
from inference.pipeline import detect_vessels

app = FastAPI()

Expand Down

0 comments on commit 4cb16d9

Please sign in to comment.