diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 05:45:16 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 05:45:40 +0000 |
commit | cb5f0823c6f7fadb5eb81b93e5a587a11856b478 (patch) | |
tree | 709017bc972e0cf7b5000e6998a869f5222aa52b /requirements.txt | |
parent | b7f0e815624dab182aff406c8f227b39ec17452f (diff) | |
download | stable-diffusion-webui-gfx803-cb5f0823c6f7fadb5eb81b93e5a587a11856b478.tar.gz stable-diffusion-webui-gfx803-cb5f0823c6f7fadb5eb81b93e5a587a11856b478.tar.bz2 stable-diffusion-webui-gfx803-cb5f0823c6f7fadb5eb81b93e5a587a11856b478.zip |
update gradio to 3.41.2
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 960fa0bd..80b43845 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ clean-fid einops
fastapi>=0.90.1
gfpgan
-gradio==3.41.0
+gradio==3.41.2
inflection
jsonmerge
kornia
|