From b30d324e51fc2a2ab271317a93cc3909c3ca4da0 Mon Sep 17 00:00:00 2001 From: Xavi Vinaixa Date: Tue, 6 Jun 2023 07:56:23 +0200 Subject: [PATCH] updated colab notebook with share_gradio --- notebooks/Refacer_colab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/Refacer_colab.ipynb b/notebooks/Refacer_colab.ipynb index 1bd16f6..1c422bd 100644 --- a/notebooks/Refacer_colab.ipynb +++ b/notebooks/Refacer_colab.ipynb @@ -35,7 +35,7 @@ "outputs": [], "source": [ "!pip uninstall numpy -y -q\n", - "!pip install numpy==1.24.3 onnxruntime-gpu gradio progressbar33 insightface ffmpeg_python opencv_python -q --force\n", + "!pip install numpy==1.24.3 onnxruntime-gpu gradio insightface ffmpeg_python opencv_python -q --force\n", "\n", "!git clone https://github.com/xaviviro/refacer.git\n", "%cd refacer\n",