Update ui.py

This commit is contained in:
jtkelm2 2022-09-13 21:15:37 -05:00 committed by AUTOMATIC1111
parent 74c5f7974c
commit df81de0d2f

View File

@ -79,10 +79,10 @@ def send_gradio_gallery_to_image(x):
return image_from_url_text(x[0])
def save_files(js_data, images, index):
import csv
os.makedirs(opts.outdir_save, exist_ok=True)
filenames = []