From 0868e73301bb5c80f98819926d3cfa8b2d530890 Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 3 May 2023 08:01:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BC=D0=BE=D0=B4=D0=B5=D0=BB=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.py b/server/main.py index 401fbc8..756d5de 100644 --- a/server/main.py +++ b/server/main.py @@ -14,7 +14,7 @@ os.environ['CUDA_VISIBLE_DEVICES'] = '-1' app = Sanic("Ai") -model_name = "../beerd_imagenet_25_04_2023.keras" +model_name = "../beerd_imagenet_02_05_2023.keras" test_model_imagenet = keras.models.load_model(model_name) model_name = "../beerd_25_04_2023.keras"