Spaces:
Build error
Build error
Update to tensorflow 2.11.0
Browse filesCurrently, the Space returns a `RuntimeError` because the TensorFlow package needs to be updated to at least 2.11.0 for KerasCV to run.
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
transformers==4.25.1
|
2 |
numpy==1.21.6
|
3 |
torch==1.12.1
|
4 |
-
tensorflow==2.
|
5 |
git+https://github.com/keras-team/keras-cv.git@master
|
6 |
git+https://github.com/huggingface/diffusers.git@main
|
7 |
tensorflow-datasets==4.8.0
|
|
|
1 |
transformers==4.25.1
|
2 |
numpy==1.21.6
|
3 |
torch==1.12.1
|
4 |
+
tensorflow==2.11.0
|
5 |
git+https://github.com/keras-team/keras-cv.git@master
|
6 |
git+https://github.com/huggingface/diffusers.git@main
|
7 |
tensorflow-datasets==4.8.0
|