Merge branch 'master' into dev

This commit is contained in:
AUTOMATIC 2023-05-28 06:59:20 +03:00
commit f9809e6e40
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Upcoming 1.3.0 ## 1.3.0
### Features: ### Features:
* add UI to edit defaults * add UI to edit defaults

View File

@ -3,7 +3,6 @@ import tempfile
from collections import namedtuple from collections import namedtuple
from pathlib import Path from pathlib import Path
import gradio as gr
import gradio.components import gradio.components
from PIL import PngImagePlugin from PIL import PngImagePlugin