Chris STC
commited on
Commit
·
e7c4ff2
1
Parent(s):
02ebc26
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
31 |
user_message = history[-1][0]
|
32 |
|
33 |
token_instruction_header = b"### Instruction: "
|
34 |
-
|
35 |
|
36 |
token_user_header = b"\n\n### User: "
|
37 |
token_user_message = user_message.encode()
|
|
|
31 |
user_message = history[-1][0]
|
32 |
|
33 |
token_instruction_header = b"### Instruction: "
|
34 |
+
token_instruction_message = instruction.encode()
|
35 |
|
36 |
token_user_header = b"\n\n### User: "
|
37 |
token_user_message = user_message.encode()
|