From 833f2e135af047567160b306f47882c9399f8f17 Mon Sep 17 00:00:00 2001 From: Xavi Vinaixa Date: Mon, 5 Jun 2023 07:47:05 +0200 Subject: [PATCH] Compatibility with Google Colab --- requirements-COLAB.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements-COLAB.txt b/requirements-COLAB.txt index 05afa02..ac8e67e 100644 --- a/requirements-COLAB.txt +++ b/requirements-COLAB.txt @@ -1,7 +1,10 @@ ffmpeg_python==0.2.0 gradio==3.33.1 insightface==0.7.3 +numpy==1.23.5 onnx==1.14.0 onnxruntime-GPU==1.15.0 opencv_python==4.7.0.72 -progressbar33==2.4 \ No newline at end of file +opencv_python_headless==4.7.0.72 +progressbar33==2.4 +scikit-image==0.20.0 \ No newline at end of file