gouyongxiang commited on
Commit
5d4db20
·
verified ·
1 Parent(s): 72c0610

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  gradio>=4.0
2
  transformers>=4.40.0
3
  torch>=2.1
 
4
  pillow
5
  accelerate
 
1
  gradio>=4.0
2
  transformers>=4.40.0
3
  torch>=2.1
4
+ torchvision>=0.16.0 # 👈 新增这一行
5
  pillow
6
  accelerate