From d5d910161d04aaa29b63a190d75ad8a03d4bceb2 Mon Sep 17 00:00:00 2001 From: "Jonathan C. McKinney" Date: Sun, 11 Feb 2024 20:07:10 -0800 Subject: [PATCH] Revert "Reversion for https://github.com/gradio-app/gradio/issues/6920 for special one-off docker build" This reverts commit c9b18d688af3641d7662fc3d575fda64b73b20ea. --- reqs_optional/reqs_constraints.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reqs_optional/reqs_constraints.txt b/reqs_optional/reqs_constraints.txt index 6a7609c77..39d444ca2 100644 --- a/reqs_optional/reqs_constraints.txt +++ b/reqs_optional/reqs_constraints.txt @@ -1,4 +1,4 @@ # ensure doesn't drift, e.g. https://github.com/h2oai/h2ogpt/issues/1348 torch==2.1.2 -gradio==3.50.2 -gradio_client==0.6.1 +gradio==4.18.0 +gradio_client==0.10.0 diff --git a/requirements.txt b/requirements.txt index b660ddcf5..e53569fd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # for generate (gradio server) and finetune datasets==2.16.1 sentencepiece==0.1.99 -gradio==3.50.2 +gradio==4.18.0 sse_starlette==1.8.2 huggingface_hub==0.19.4 appdirs==1.4.4 @@ -39,7 +39,7 @@ tensorboard==2.13.0 neptune==1.2.0 # for gradio client -gradio_client==0.6.1 +gradio_client==0.10.0 beautifulsoup4==4.12.2 markdown==3.4.3