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