Spaces:
Sleeping
Sleeping
Commit
·
490aabf
1
Parent(s):
5c084a1
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
tensorflow_text
|
2 |
transformers
|
3 |
-
tensorflow
|
4 |
numpy
|
5 |
-
h5py
|
|
|
|
1 |
+
tensorflow_text==2.10.1
|
2 |
transformers
|
3 |
+
tensorflow==2.10.1
|
4 |
numpy
|
5 |
+
h5py
|
6 |
+
gradio
|