Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
tf-keras
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
1 |
+
tf-keras==2.17.0
|
2 |
+
tensorflow==2.17.0
|
3 |
+
transformers==4.45.1
|
4 |
+
huggingface_hub==0.25.1
|
5 |
+
pillow==10.4.0
|
6 |
+
streamlit==1.38.0
|
7 |
+
together==1.3.0
|