ColdSlim commited on
Commit
1e9e124
·
verified ·
1 Parent(s): e12b22b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -10,8 +10,8 @@ peft==0.17.0
10
  huggingface_hub>=0.23,<1.0
11
 
12
  qwen-vl-utils>=0.0.8
13
- # --- UI: keep these in lockstep ---
14
- gradio==4.44.1
15
- gradio_client==0.16.4
16
 
17
  pillow
 
10
  huggingface_hub>=0.23,<1.0
11
 
12
  qwen-vl-utils>=0.0.8
13
+ # --- UI: keep these in lockstep (no 0.x client with 5.x gradio) ---
14
+ gradio==5.0.2
15
+ gradio_client==1.11.1
16
 
17
  pillow