Spaces:
Runtime error
Runtime error
lmattingly13
commited on
Commit
•
4b5247c
1
Parent(s):
5bed8cd
added requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
entrypoints==0.4
|
2 |
+
numpy==1.21.6
|
3 |
+
pandas==1.3.5
|
4 |
+
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[cuda11_cudnn805]
|
9 |
+
jaxlib
|
10 |
+
git+https://github.com/huggingface/diffusers@main
|
11 |
+
opencv-python
|
12 |
+
transformers
|
13 |
+
flax
|
14 |
+
diffusers
|