S-4-G-4-R commited on
Commit
2bf240b
·
verified ·
1 Parent(s): 4747f09

Update requirements .txt

Browse files
Files changed (1) hide show
  1. requirements .txt +3 -8
requirements .txt CHANGED
@@ -1,10 +1,5 @@
1
- --extra-index-url https://download.pytorch.org/whl/cpu
2
-
3
- torch
4
- torchvision
5
- torchaudio
6
-
7
- gradio==6.12.0
8
  transformers==4.44.2
9
  Pillow==10.4.0
10
- numpy==1.26.4
 
 
1
+ torch==2.0.0+cpu --index-url https://download.pytorch.org/whl/cpu
 
 
 
 
 
 
2
  transformers==4.44.2
3
  Pillow==10.4.0
4
+ numpy==1.26.4
5
+ gradio==4.44.0