KhantKyaw commited on
Commit
25572fa
·
verified ·
1 Parent(s): 7fb08f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def generate_response(input_text):
13
 
14
  output_sequences = model.generate(
15
  input_ids=input_ids,
16
- max_length=100,
17
  temperature=0.7,
18
  num_return_sequences=1,
19
  no_repeat_ngram_size=2,
 
13
 
14
  output_sequences = model.generate(
15
  input_ids=input_ids,
16
+ max_length=200,
17
  temperature=0.7,
18
  num_return_sequences=1,
19
  no_repeat_ngram_size=2,