diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | modules/ui_tempdir.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e46d707a..6c6ab5e3 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 7f6b42ae..9fc7d764 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
|