Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
pillow>=10.3.0
|
2 |
onnxruntime>=1.12.0
|
3 |
gradio
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch==2.3.1+cu118
|
3 |
+
torchvision==0.18.1+cu118
|
4 |
pillow>=10.3.0
|
5 |
onnxruntime>=1.12.0
|
6 |
gradio
|