Skip to content

Commit

Permalink
adding pickle
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaLeylavergne committed Mar 1, 2024
1 parent 3e03ab7 commit 8c60a23
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
@@ -1,6 +1,7 @@
from fastapi import FastAPI, HTTPException
from pydantic import BaseModel
from contextlib import asynccontextmanager
import pickle

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

0 comments on commit 8c60a23

Please sign in to comment.