Tonic commited on
Commit
164d402
1 Parent(s): f61eeff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def pred(text_in, d_model, n_layer, vocab_size, genlen, temperature, top_k, top_
28
  input_ids=input_ids,
29
  max_length=max_length,
30
  cg=True,
31
- do_sample = True
32
  return_dict_in_generate=True,
33
  output_scores=True,
34
  enable_timing=False,
 
28
  input_ids=input_ids,
29
  max_length=max_length,
30
  cg=True,
31
+ do_sample = True,
32
  return_dict_in_generate=True,
33
  output_scores=True,
34
  enable_timing=False,