From a3b65d22aac2672d244b3c5307ba3a47bddd36d5 Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Fri, 25 Aug 2023 14:32:34 +0200 Subject: [PATCH] added gradio and pytorch --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/requirements.txt b/requirements.txt index b81b23c..6375a2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,14 @@ setuptools-rust~=1.5.2 tqdm>=4.65.0 +gradio~=3.36.1 +gradio-client~=0.2.7 + +# add pytorch to override the one installed by pyannote.audio + +torch~=1.11.0 +torchvision~=0.12.0 +torchaudio~=0.11.0 #optional: #dash~=2.10.2