diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-24 08:16:29 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-24 08:16:29 +0000 |
commit | 935d9d899c40dba006a24553934b4b895c65a15f (patch) | |
tree | 88a90cb07614c706c976f8f91c6ef1afd8f22774 /CHANGELOG.md | |
parent | 189229bbf9276fb73e48c783856b02fc57ab5c9b (diff) | |
download | stable-diffusion-webui-gfx803-935d9d899c40dba006a24553934b4b895c65a15f.tar.gz stable-diffusion-webui-gfx803-935d9d899c40dba006a24553934b4b895c65a15f.tar.bz2 stable-diffusion-webui-gfx803-935d9d899c40dba006a24553934b4b895c65a15f.zip |
update info about gradio in changelog file
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d55925e4..0c5e0f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,7 +67,7 @@ * make it possible to localize tooltips and placeholders
### Extensions and API:
- * gradio 3.39
+ * gradio 3.41.0
* also bump versions for packages: transformers, GitPython, accelerate, scikit-image, timm, tomesd
* support tooltip kwarg for gradio elements: gr.Textbox(label='hello', tooltip='world')
* properly clear the total console progressbar when using txt2img and img2img from API
|