Skip to content

Commit

Permalink
testing without tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaLeylavergne committed Feb 29, 2024
1 parent df797b0 commit 69deae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from fastapi import FastAPI, HTTPException
from pydantic import BaseModel
import tensorflow as tf


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

0 comments on commit 69deae4

Please sign in to comment.