Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
streamlit==1.26.0
|
2 |
pandas==1.5.3
|
3 |
requests==2.31.0
|
4 |
-
transformers==4.
|
5 |
-
torch==2.0.1
|
6 |
-
tensorflow==2.13.0
|
7 |
-
keras==2.13.0
|
|
|
1 |
streamlit==1.26.0
|
2 |
pandas==1.5.3
|
3 |
requests==2.31.0
|
4 |
+
transformers==4.26.1
|
5 |
+
torch==2.0.1 # Make sure you have PyTorch installed
|
|
|
|