diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-03-25 04:29:51 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-03-25 04:29:51 +0000 |
commit | 9e1afa9eb421ec3c7fa4d972b8f4728f3fb9b210 (patch) | |
tree | ea9bd7eed45e6133f0e93d4c4e5896ee6f468f49 /requirements.txt | |
parent | d3dcb05904de0a21cee27466da399263d21dbf43 (diff) | |
download | stable-diffusion-webui-gfx803-9e1afa9eb421ec3c7fa4d972b8f4728f3fb9b210.tar.gz stable-diffusion-webui-gfx803-9e1afa9eb421ec3c7fa4d972b8f4728f3fb9b210.tar.bz2 stable-diffusion-webui-gfx803-9e1afa9eb421ec3c7fa4d972b8f4728f3fb9b210.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
|