prithivMLmods commited on
Commit
43d59a4
·
verified ·
1 Parent(s): e673b27

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -13
requirements.txt CHANGED
@@ -1,13 +1,12 @@
1
- gradio
2
- transformers
3
- transformers-stream-generator
4
- qwen-vl-utils
5
- torchvision
6
- torch
7
- requests
8
- huggingface_hub
9
- spaces
10
- accelerate
11
- pillow
12
- opencv-python
13
- av
 
1
+ git+https://github.com/gradio-app/gradio.git
2
+ git+https://github.com/huggingface/transformers.git
3
+ git+https://github.com/LowinLi/transformers-stream-generator.git
4
+ git+https://github.com/kq-chen/qwen-vl-utils.git
5
+ git+https://github.com/pytorch/vision.git
6
+ git+https://github.com/pytorch/pytorch.git
7
+ git+https://github.com/psf/requests.git
8
+ git+https://github.com/huggingface/huggingface_hub.git
9
+ git+https://github.com/huggingface/accelerate.git
10
+ git+https://github.com/python-pillow/Pillow.git
11
+ git+https://github.com/opencv/opencv-python.git
12
+ git+https://github.com/PyAV-Org/PyAV.git