Spaces:
Build error
Build error
Commit
·
c652d97
1
Parent(s):
aff2909
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Flask==2.1.0
|
| 2 |
+
Flask-Cors==3.0.9
|
| 3 |
+
Flask-RESTful==0.3.8
|
| 4 |
+
flax==0.5.0
|
| 5 |
+
git+https://github.com/huggingface/transformers.git
|
| 6 |
+
git+https://github.com/patil-suraj/vqgan-jax.git
|
| 7 |
+
git+https://github.com/borisdayma/dalle-mini.git
|
| 8 |
+
tqdm
|