Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
| 2 |
+
jax[cuda11_cudnn805]
|
| 3 |
+
jaxlib
|
| 4 |
+
git+https://github.com/huggingface/diffusers@main
|
| 5 |
+
opencv-python
|
| 6 |
+
numpy
|
| 7 |
+
transformers
|
| 8 |
+
flax
|