sunana commited on
Commit
7430431
1 Parent(s): a0fcff8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
  gradio
2
- --extra-index-url https://download.pytorch.org/whl/cu113
3
- torch==2.0.0
4
  Pillow
5
  numpy
6
  matplotlib
7
  opencv-python
8
  imageio
9
- transformers
 
 
 
 
 
1
  gradio
 
 
2
  Pillow
3
  numpy
4
  matplotlib
5
  opencv-python
6
  imageio
7
+ -f --extra-index-url https://download.pytorch.org/whl/cu116
8
+ torch
9
+ torchvision
10
+ transformers
11
+ accelerate