Spaces:
Runtime error
Runtime error
Update httpx version in requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
diffusers[training]==0.19.3
|
| 2 |
transformers==4.31.0
|
| 3 |
torch==2.0.1
|
|
|
|
|
|
| 1 |
diffusers[training]==0.19.3
|
| 2 |
transformers==4.31.0
|
| 3 |
torch==2.0.1
|
| 4 |
+
httpx>=0.27.0
|