Spaces:
Runtime error
Runtime error
MuhammadHanif
commited on
Commit
•
6e8b533
1
Parent(s):
8776e89
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
pillow
|
8 |
+
opencv-python
|
9 |
+
torch
|
10 |
+
torchvision
|
11 |
+
accelerate
|