Spaces:
Sleeping
Sleeping
fix typo
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def create_response_original(input_str,
|
|
48 |
repetition_penalty=repetition_penalty,
|
49 |
num_return_sequences=num_return_sequences,
|
50 |
num_beams=num_beams)
|
51 |
-
outputs = []
|
52 |
for output_id in output_ids:
|
53 |
output = tokenizer.decode(output_id, skip_special_tokens=True)
|
54 |
outputs.append(output)
|
|
|
48 |
repetition_penalty=repetition_penalty,
|
49 |
num_return_sequences=num_return_sequences,
|
50 |
num_beams=num_beams)
|
51 |
+
outputs = []
|
52 |
for output_id in output_ids:
|
53 |
output = tokenizer.decode(output_id, skip_special_tokens=True)
|
54 |
outputs.append(output)
|