This commit is contained in:
lvmin 2023-08-10 14:55:14 -07:00
parent 2f2a2e1ad3
commit 1f93b3d109
2 changed files with 1 additions and 1 deletions

BIN
a.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -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