johnisafridge commited on
Commit
a517f39
·
verified ·
1 Parent(s): 736908e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -6,8 +6,8 @@ torchvision
6
  transformers
7
  accelerate==0.30.0
8
  qwen-vl-utils
9
- gradio==4.44.0
10
- gradio_client==1.3.0
11
  transformers>=4.44
12
  torch # (HF will install a CPU build for CPU Spaces)
13
  Pillow
 
6
  transformers
7
  accelerate==0.30.0
8
  qwen-vl-utils
9
+ gradio = "^5.0.0" # or the latest 5.x you’re comfortable with
10
+ gradio-client = "^1.5.2" # or latest 1.5.x (≥ the bugfix that handles booleans
11
  transformers>=4.44
12
  torch # (HF will install a CPU build for CPU Spaces)
13
  Pillow