Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
openai==0.27.2
|
2 |
gradio==3.23.0
|
3 |
-
TensorFlow
|
4 |
-
PyTorch
|
5 |
-
transformers
|
|
|
1 |
openai==0.27.2
|
2 |
gradio==3.23.0
|
3 |
+
TensorFlow == 2.13.0
|
4 |
+
PyTorch == 2.0
|
5 |
+
transformers == 2.0
|