From 69deae491bd86bc85fa3e0122c7bfd5fb89b3ed2 Mon Sep 17 00:00:00 2001 From: AndreaLeylavergne <119771926+AndreaLeylavergne@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:41:18 +0100 Subject: [PATCH] testing without tensorflow --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f436082..99e4d2e 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ from fastapi import FastAPI, HTTPException from pydantic import BaseModel -import tensorflow as tf + # Create the FastAPI app app = FastAPI()