zmbfeng commited on
Commit
6bd9e07
·
verified ·
1 Parent(s): b348524

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def create_response(input_str,
65
  return outputs
66
 
67
 
68
- common_examples_string="<br/>Sample Inputs:\nWhat is death?\nOne of the best teachers in all of life turns out to be what?\nwhat is your most meaningful relationship?\nWhat actually gives life meaning?\n"
69
  common_examples=[
70
  ["What is death?",default_num_return_sequences,default_temperature,default_repetition_penalty,default_top_p,default_top_k,default_do_sample], # The first example
71
  ["One of the best teachers in all of life turns out to be what?",default_num_return_sequences,default_temperature,default_repetition_penalty,default_top_p,default_top_k,default_do_sample], # The second example
 
65
  return outputs
66
 
67
 
68
+ common_examples_string="<br/>Sample Inputs:<br/>What is death?<br/>One of the best teachers in all of life turns out to be what?<br/>what is your most meaningful relationship?\nWhat actually gives life meaning?<br/>"
69
  common_examples=[
70
  ["What is death?",default_num_return_sequences,default_temperature,default_repetition_penalty,default_top_p,default_top_k,default_do_sample], # The first example
71
  ["One of the best teachers in all of life turns out to be what?",default_num_return_sequences,default_temperature,default_repetition_penalty,default_top_p,default_top_k,default_do_sample], # The second example