Skip to content

Commit

Permalink
adding keras_model
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaLeylavergne committed Mar 1, 2024
1 parent 8c60a23 commit 4dc1a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from pydantic import BaseModel
from contextlib import asynccontextmanager
import pickle
from keras.models import load_model

# Create the FastAPI app
app = FastAPI()
Expand Down

0 comments on commit 4dc1a82

Please sign in to comment.