Skip to content

Commit

Permalink
back to hello world requeriments
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaLeylavergne committed Mar 1, 2024
1 parent ac83bea commit 69f4021
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from fastapi import FastAPI, HTTPException
from pydantic import BaseModel
from keras.models import load_model
from fastapi import FastAPI


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

0 comments on commit 69f4021

Please sign in to comment.