Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -6,7 +6,8 @@ numpy==1.26.4
|
|
| 6 |
transformers
|
| 7 |
accelerate
|
| 8 |
diffusers==0.31.0
|
| 9 |
-
fastapi<0.113.0
|
|
|
|
| 10 |
opencv-python
|
| 11 |
|
| 12 |
httpx[socks]
|
|
|
|
| 6 |
transformers
|
| 7 |
accelerate
|
| 8 |
diffusers==0.31.0
|
| 9 |
+
#fastapi<0.113.0
|
| 10 |
+
fastapi
|
| 11 |
opencv-python
|
| 12 |
|
| 13 |
httpx[socks]
|