Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def respond(message, history: list[tuple[str, str]]):
|
|
18 |
messages.append({"role": "user", "content": message})
|
19 |
|
20 |
response = pipe(chat, max_new_tokens=512)
|
21 |
-
|
22 |
return response
|
23 |
|
24 |
|
|
|
18 |
messages.append({"role": "user", "content": message})
|
19 |
|
20 |
response = pipe(chat, max_new_tokens=512)
|
21 |
+
print(response)
|
22 |
return response
|
23 |
|
24 |
|