Spaces:
Runtime error
Runtime error
Commit
·
5dd4ae5
1
Parent(s):
cfdd71b
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
tensorflow==2.9.1
|
2 |
gdown==4.4.0
|
3 |
streamlit==1.10.0
|
4 |
-
streamlit-tags==1.2.7
|
|
|
|
|
|
|
|
1 |
tensorflow==2.9.1
|
2 |
gdown==4.4.0
|
3 |
streamlit==1.10.0
|
4 |
+
streamlit-tags==1.2.7
|
5 |
+
torch==1.12.1
|
6 |
+
scikit-learn==0.22
|
7 |
+
transformers==4.24.0
|