Spaces:
Runtime error
Runtime error
Commit
•
cb7f7df
1
Parent(s):
a8ccfb8
Fix DNN error (#1)
Browse files- Fix DNN error (a994846557ff3643afcc132f10a536d43d0668a9)
Co-authored-by: Merve Noyan <merve@users.noreply.huggingface.co>
- 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
|