Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -2,4 +2,8 @@ fastapi
|
|
2 |
uvicorn
|
3 |
torch
|
4 |
diffusers
|
5 |
-
transformers
|
|
|
|
|
|
|
|
|
|
2 |
uvicorn
|
3 |
torch
|
4 |
diffusers
|
5 |
+
transformers
|
6 |
+
accelerate
|
7 |
+
Pillow # For handling images
|
8 |
+
ftfy # Fixes text issues, required for tokenization
|
9 |
+
scipy # For certain image processing operations
|