Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def stream_chat(
|
|
75 |
|
76 |
response = tokenizer.decode(
|
77 |
gen_out[0][input_ids.shape[1]:],
|
78 |
-
skip_special_tokens=
|
79 |
clean_up_tokenization_spaces=False
|
80 |
)
|
81 |
|
|
|
75 |
|
76 |
response = tokenizer.decode(
|
77 |
gen_out[0][input_ids.shape[1]:],
|
78 |
+
skip_special_tokens=False,
|
79 |
clean_up_tokenization_spaces=False
|
80 |
)
|
81 |
|