Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
torch>=2,<3
|
2 |
torchvision>=0,<1
|
|
|
|
|
3 |
faiss-cpu>=1,<2
|
4 |
flair>=0,<1
|
5 |
gradio>=4,<5
|
|
|
1 |
torch>=2,<3
|
2 |
torchvision>=0,<1
|
3 |
+
boto3==1.35.71
|
4 |
+
botocore==1.35.71
|
5 |
faiss-cpu>=1,<2
|
6 |
flair>=0,<1
|
7 |
gradio>=4,<5
|