From 259020a0be159649974f2252ec3171185c3dcbf7 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 16 May 2023 22:21:05 -0300 Subject: [PATCH] Bump gradio to 3.31.0 This fixes Google Colab lagging. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ba79e25..23f1540 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ accelerate==0.19.0 colorama datasets flexgen==0.1.7 -gradio_client==0.1.4 -gradio==3.25.0 +gradio_client==0.2.5 +gradio==3.31.0 markdown numpy pandas