shivi commited on
Commit
7d17e31
·
1 Parent(s): 535b24b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
  --extra-index-url https://download.pytorch.org/whl
2
- torch==1.12.1+cu116
3
- torchvision==0.13.1+cu116
4
- torchaudio==0.12.1
 
 
5
  gradio
6
  opencv-python
7
  git+https://github.com/huggingface/transformers.git
8
- git+https://github.com/facebookresearch/detectron2.git
9
  pillow
10
  scipy
 
1
  --extra-index-url https://download.pytorch.org/whl
2
+ torch==1.10.1+cu111
3
+ torchvision==0.11.2+cu111
4
+ torchaudio==0.10.1
5
+ -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.10/index.html
6
+ detectron2==0.6
7
  gradio
8
  opencv-python
9
  git+https://github.com/huggingface/transformers.git
 
10
  pillow
11
  scipy