From 86d524580966ec63b0a16981d724d15682e137e8 Mon Sep 17 00:00:00 2001 From: dpro <108936731+dproworld@users.noreply.github.com> Date: Thu, 3 Apr 2025 01:18:21 -0400 Subject: [PATCH] Update requirements.txt to fix gradio To circumvent bool error at launch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0e05ebb..1cad5bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ torch==2.5.1 torchaudio==2.5.1 tqdm==4.66.5 transformers==4.46.2 -gradio==5.18.0 \ No newline at end of file +gradio==5.23.1