Martijn van Beers
commited on
Commit
•
46be0df
1
Parent(s):
3b59ebc
Pin httpx dependency
Browse filesUse a specific version of httpx that works with our version of gradio
solution found in https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13840
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ torch
|
|
2 |
transformers==4.21.2
|
3 |
pandas
|
4 |
captum
|
|
|
5 |
|
|
|
2 |
transformers==4.21.2
|
3 |
pandas
|
4 |
captum
|
5 |
+
httpx==0.24.1
|
6 |
|