diff --git a/a.png b/a.png deleted file mode 100644 index 1a962fc..0000000 Binary files a/a.png and /dev/null differ diff --git a/webui.py b/webui.py index 6e5acf8..be7bd17 100644 --- a/webui.py +++ b/webui.py @@ -9,7 +9,7 @@ def add_text(history, text): def add_file(history, file): - history = history + [((file.name,), None)] + history = history + [(('./outputs/a.png',), None)] return history