diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-22 22:18:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 22:18:05 +0300 |
commit | 809001fe41e8d34a58537ae03ef46c66a68fb32c (patch) | |
tree | e69dae24670afb2667951e8eda3251a75deb1592 /requirements.txt | |
parent | d77ba18d5d127714a8bcc685538296e7ce6d4e05 (diff) | |
parent | 47b669bc9ff3df73f58b675abaffbdfd84771a67 (diff) |
Merge pull request #10623 from akx/bump-gradio
Bump gradio to 3.32
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 34e4520d..a464447b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ blendmodes accelerate
basicsr
gfpgan
-gradio==3.31.0
+gradio==3.32.0
numpy
omegaconf
opencv-contrib-python
|