Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
transformers==4.20.1
|
3 |
scipy==1.8.0
|
4 |
openai==0.14.0
|
5 |
torch==1.11.0
|
6 |
-
tensorflow
|
7 |
-
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
transformers==4.20.1
|
3 |
scipy==1.8.0
|
4 |
openai==0.14.0
|
5 |
torch==1.11.0
|
6 |
+
tensorflow==2.9.0
|
|