diff --git a/CHANGELOG.md b/CHANGELOG.md index e46d707a5..6c6ab5e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Upcoming 1.3.0 +## 1.3.0 ### Features: * add UI to edit defaults diff --git a/modules/ui_tempdir.py b/modules/ui_tempdir.py index 7f6b42aea..9fc7d7643 100644 --- a/modules/ui_tempdir.py +++ b/modules/ui_tempdir.py @@ -3,7 +3,6 @@ import tempfile from collections import namedtuple from pathlib import Path -import gradio as gr import gradio.components from PIL import PngImagePlugin