Commit
·
79c88a9
1
Parent(s):
1010618
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def get_reply(userinput):
|
|
21 |
top_p = 0.9,
|
22 |
repetition_penalty = 1,
|
23 |
do_sample = True,
|
24 |
-
num_return_sequences =
|
25 |
)
|
26 |
|
27 |
# result = tokenizer.decode(random.choice(output_sequences))
|
|
|
21 |
top_p = 0.9,
|
22 |
repetition_penalty = 1,
|
23 |
do_sample = True,
|
24 |
+
num_return_sequences = 1
|
25 |
)
|
26 |
|
27 |
# result = tokenizer.decode(random.choice(output_sequences))
|