Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filesupdate requirements again
- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
2 |
-
jax
|
3 |
-
gradio
|
4 |
flax
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
1 |
+
transformers
|
|
|
|
|
2 |
flax
|
3 |
+
jax[cuda11_pip]
|
4 |
+
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
5 |
+
jaxlib
|
6 |
+
git+https://github.com/huggingface/diffusers@main
|
7 |
+
opencv-python
|
8 |
+
torch
|