Update requirement.txt
Browse files- requirement.txt +2 -0
requirement.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
streamlit
|
2 |
Pillow
|
|
|
3 |
torch==2.2.2
|
4 |
torchvision==0.17.2
|
5 |
numpy
|
@@ -7,3 +8,4 @@ pillow
|
|
7 |
gradio
|
8 |
transformers
|
9 |
|
|
|
|
1 |
streamlit
|
2 |
Pillow
|
3 |
+
--index-url https://download.pytorch.org/whl/cpu
|
4 |
torch==2.2.2
|
5 |
torchvision==0.17.2
|
6 |
numpy
|
|
|
8 |
gradio
|
9 |
transformers
|
10 |
|
11 |
+
|