Update requirements.txt
Browse filesadding fastapi to requirements
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ jax[cuda11_pip]
|
|
5 |
jaxlib
|
6 |
git+https://github.com/huggingface/diffusers@main
|
7 |
opencv-python
|
8 |
-
torch
|
|
|
|
5 |
jaxlib
|
6 |
git+https://github.com/huggingface/diffusers@main
|
7 |
opencv-python
|
8 |
+
torch
|
9 |
+
fastapi==0.92.0
|