From 7b8482415132ee52a7e6c418c1c66afdb5bf96fe Mon Sep 17 00:00:00 2001 From: Art Gourieff <85128026+Gourieff@users.noreply.github.com> Date: Wed, 28 Jun 2023 19:47:54 +0700 Subject: [PATCH] FIX: tensorflow is no need --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 03ba3a1..e5ca8f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ insightface==0.7.3 onnx==1.14.0 onnxruntime==1.15.0 -tensorflow==2.12.0 opencv-python==4.7.0.72 diffusers==0.17.1 -tqdm \ No newline at end of file +tqdm