Ver código fonte

Merge branch 'master' into dev

AUTOMATIC 2 anos atrás
pai
commit
f9809e6e40
2 arquivos alterados com 1 adições e 2 exclusões
  1. 1 1
      CHANGELOG.md
  2. 0 1
      modules/ui_tempdir.py

+ 1 - 1
CHANGELOG.md

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

+ 0 - 1
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