Spaces:
Runtime error
Runtime error
Fix DNN error
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ python-dateutil==2.8.2
|
|
| 5 |
pytz==2022.1
|
| 6 |
six==1.16.0
|
| 7 |
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
| 8 |
-
jax[
|
| 9 |
jaxlib
|
| 10 |
git+https://github.com/huggingface/diffusers@main
|
| 11 |
opencv-python
|
|
|
|
| 5 |
pytz==2022.1
|
| 6 |
six==1.16.0
|
| 7 |
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
| 8 |
+
jax[cuda11_pip]
|
| 9 |
jaxlib
|
| 10 |
git+https://github.com/huggingface/diffusers@main
|
| 11 |
opencv-python
|