Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
streamlit==1.37.0
|
2 |
-
|
|
|
|
|
|
1 |
streamlit==1.37.0
|
2 |
+
torch >= 2.2.2
|
3 |
+
protobuf==3.20.0
|
4 |
+
transformers[torch]==4.41.1
|