Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +12 -13
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
transformers-stream-generator
|
4 |
-
qwen-vl-utils
|
5 |
-
|
6 |
-
|
7 |
-
requests
|
8 |
-
huggingface_hub
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
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
|
|