chore: update reqs with explicit CUDA version
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
|
|
|
|
1 |
git+https://github.com/SauravMaheshkar/samv2.git
|
2 |
gradio
|
3 |
gradio_image_annotation
|
4 |
opencv-python
|
5 |
spaces
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
|
3 |
git+https://github.com/SauravMaheshkar/samv2.git
|
4 |
gradio
|
5 |
gradio_image_annotation
|
6 |
opencv-python
|
7 |
spaces
|
8 |
+
torch
|