Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
torch
|
2 |
-
tensorflow
|
3 |
-
transformers
|
4 |
-
gradio
|
5 |
-
tf-keras
|
|
|
1 |
+
torch>=1.9.0
|
2 |
+
tensorflow>=2.4.0
|
3 |
+
transformers>=4.21.0
|
4 |
+
gradio>=3.0.0
|
|