From e2f5ff1c1914d6a2a71b72d34e97216809b05aa8 Mon Sep 17 00:00:00 2001 From: HongCheng Date: Mon, 22 Apr 2024 17:49:03 +0900 Subject: [PATCH 1/2] add websockts version # gradio 3.50.2 and gradio-client 0.6.1 require websockets<12.0,>=10.0, but you have websockets 12.0 which is incompatible. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f618b19..95ac855 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ openxlab tiktoken einops oss2 -requests \ No newline at end of file +requests +websockets==11.0.3 From 2b8361ee0581269c9ef0c87fef5a1a0cdc2d3a1c Mon Sep 17 00:00:00 2001 From: HongCheng Date: Mon, 22 Apr 2024 17:55:28 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 356c290..ac71210 100644 --- a/README.md +++ b/README.md @@ -346,5 +346,5 @@ git clone https://github.com/SmartFlowAI/EmoLLM.git - 如果失效,请移步Issue区

- EmoLLM官方交流群 + EmoLLM官方交流群

\ No newline at end of file