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