Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.17.0
|
2 |
+
torch==1.13.0
|
3 |
+
transformers==4.26.1
|
4 |
+
huggingface_hub==0.12.1
|
5 |
+
csv==1.0
|