Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ronykris committed Sep 1, 2024
1 parent 0fe8d28 commit 23fa1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/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 typing import List
from stock_prediction_api.model import predict
from src.model import predict

app = FastAPI()

Expand Down

0 comments on commit 23fa1d4

Please sign in to comment.