Skip to content

Commit d1c75dc

Browse files
committed
Revert to latest Gradio v4.X
1 parent 4fd698c commit d1c75dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-apps/chat/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gradio==4.21 # v4.41 breaks custom JS query param parsing
1+
gradio<5
22
gradio_client
33
openai
44
langchain

web-apps/image-analysis/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pillow
22
requests
3-
gradio==4.21 # v4.41 breaks custom JS query param parsing
3+
gradio<5
44
gradio_client
55
pydantic
66
structlog

0 commit comments

Comments
 (0)