Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def respond(
|
|
12 |
history: list[tuple[str, str]],
|
13 |
image,
|
14 |
):
|
15 |
-
|
16 |
|
17 |
for val in history:
|
18 |
if val[0]:
|
|
|
12 |
history: list[tuple[str, str]],
|
13 |
image,
|
14 |
):
|
15 |
+
messages = []
|
16 |
|
17 |
for val in history:
|
18 |
if val[0]:
|