soupstick commited on
Commit
cd18d50
·
1 Parent(s): f96d29c

Fix: Remove conflicting gradio-client version constraint

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,7 +1,9 @@
 
 
 
1
  transformers>=4.44.0
2
  peft>=0.10.0
3
  accelerate>=0.24.0
4
- gradio==4.44.0
5
  torch>=2.0.0
6
  torchvision>=0.15.0
7
  Pillow>=9.0.0
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ gradio>=4.44.1
3
+ gradio-client>=1.3.0
4
  transformers>=4.44.0
5
  peft>=0.10.0
6
  accelerate>=0.24.0
 
7
  torch>=2.0.0
8
  torchvision>=0.15.0
9
  Pillow>=9.0.0