From 38a5cdf0f03db50ee7d64a98183552d0cbd6bb1f Mon Sep 17 00:00:00 2001 From: Nikhil Kulkarni Date: Tue, 10 Sep 2024 16:04:26 +0530 Subject: [PATCH] Update Gradio version to 4.43.0 (#189) Fixes issue #188 --- RAG/src/rag_playground/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAG/src/rag_playground/requirements.txt b/RAG/src/rag_playground/requirements.txt index c94be217..e8d22682 100644 --- a/RAG/src/rag_playground/requirements.txt +++ b/RAG/src/rag_playground/requirements.txt @@ -1,6 +1,6 @@ PyYAML==6.0.1 dataclass-wizard==0.22.3 -gradio==4.13.0 +gradio==4.43.0 jinja2==3.1.3 numpy==1.26.4 opentelemetry-api==1.23.0