diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-03-25 04:29:51 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-03-25 06:00:37 +0000 |
commit | 4697def23516ee05fbbb01f8cf6d38e9f3b19dd5 (patch) | |
tree | 92d39828593df475d24174e423cf9637064dd07d /requirements.txt | |
parent | ff216820fd680b5d04ce6cea7bf21e1bbec356b4 (diff) | |
download | stable-diffusion-webui-gfx803-4697def23516ee05fbbb01f8cf6d38e9f3b19dd5.tar.gz stable-diffusion-webui-gfx803-4697def23516ee05fbbb01f8cf6d38e9f3b19dd5.tar.bz2 stable-diffusion-webui-gfx803-4697def23516ee05fbbb01f8cf6d38e9f3b19dd5.zip |
bump gradio to 3.23
fix broken image dragging
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 e71251c5..3c40fd07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ basicsr fonts
font-roboto
gfpgan
-gradio==3.22.1
+gradio==3.23
invisible-watermark
numpy
omegaconf
|