Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
streamlit==1.
|
| 2 |
transformers==4.35.2
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 4 |
torch==2.1.1+cpu
|
|
@@ -6,4 +6,5 @@ torchvision==0.16.1+cpu
|
|
| 6 |
Pillow==10.1.0
|
| 7 |
numpy==1.26.2
|
| 8 |
protobuf==3.20.0
|
| 9 |
-
timm==0.9.12
|
|
|
|
|
|
| 1 |
+
streamlit==1.41.1
|
| 2 |
transformers==4.35.2
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 4 |
torch==2.1.1+cpu
|
|
|
|
| 6 |
Pillow==10.1.0
|
| 7 |
numpy==1.26.2
|
| 8 |
protobuf==3.20.0
|
| 9 |
+
timm==0.9.12
|
| 10 |
+
python-multipart==0.0.20
|