Spaces:
Build error
Build error
Wisdom Chen
commited on
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
streamlit==1.28.2
|
| 2 |
streamlit-chat==0.1.1
|
| 3 |
torch>=2.0.0
|
| 4 |
-
transformers
|
| 5 |
-
tokenizers>=0.14,<0.15
|
| 6 |
open_clip_torch==2.23.0
|
| 7 |
pillow==10.1.0
|
| 8 |
pandas==2.1.3
|
|
|
|
| 1 |
streamlit==1.28.2
|
| 2 |
streamlit-chat==0.1.1
|
| 3 |
torch>=2.0.0
|
| 4 |
+
transformers>=4.41.2
|
|
|
|
| 5 |
open_clip_torch==2.23.0
|
| 6 |
pillow==10.1.0
|
| 7 |
pandas==2.1.3
|