Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ generation_config = {
|
|
29 |
|
30 |
def generate(input_text):
|
31 |
input_text = instruction + input_text
|
32 |
-
input_text +=
|
33 |
input_text = preprocess(input_text)
|
34 |
|
35 |
with torch.no_grad():
|
|
|
29 |
|
30 |
def generate(input_text):
|
31 |
input_text = instruction + input_text
|
32 |
+
input_text += "<SEP>"
|
33 |
input_text = preprocess(input_text)
|
34 |
|
35 |
with torch.no_grad():
|