Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
streamlit>=1.30.0
|
2 |
torch>=2.1.0
|
3 |
numpy
|
|
|
4 |
pandas
|
5 |
Pillow
|
6 |
transformers>=4.37.0
|
7 |
-
einops
|
8 |
timm
|
|
|
1 |
streamlit>=1.30.0
|
2 |
torch>=2.1.0
|
3 |
numpy
|
4 |
+
matplotlib
|
5 |
pandas
|
6 |
Pillow
|
7 |
transformers>=4.37.0
|
8 |
+
einops
|
9 |
timm
|