Skip to content

Commit

Permalink
testing with tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaLeylavergne committed Feb 29, 2024
1 parent 8e97388 commit df797b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 keras.models import load_model
import tensorflow as tf

# Create the FastAPI app
app = FastAPI()

Expand Down

0 comments on commit df797b0

Please sign in to comment.