Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
schedule
|
2 |
huggingface_hub
|
3 |
dnspython
|
4 |
-
|
5 |
accelerate
|
6 |
diffusers==0.30.0
|
7 |
invisible_watermark
|
@@ -17,4 +16,11 @@ python-dotenv
|
|
17 |
Pillow
|
18 |
opencv-python-headless
|
19 |
numpy
|
20 |
-
sacremoses
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
schedule
|
2 |
huggingface_hub
|
3 |
dnspython
|
|
|
4 |
accelerate
|
5 |
diffusers==0.30.0
|
6 |
invisible_watermark
|
|
|
16 |
Pillow
|
17 |
opencv-python-headless
|
18 |
numpy
|
19 |
+
sacremoses
|
20 |
+
fastapi
|
21 |
+
uvicorn
|
22 |
+
python-multipart
|
23 |
+
aiofiles
|
24 |
+
python-jose[cryptography]
|
25 |
+
passlib[bcrypt]
|
26 |
+
httpx
|