zmbfeng commited on
Commit
e873c4e
·
verified ·
1 Parent(s): fd4136c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -65,9 +65,9 @@ interface1 = gr.Interface(fn=create_response_original,
65
  description="original language model, no fine tuning",
66
  examples=[
67
  ["What is death?",7,5,0.2,1.5,0.9,50,True], # The first example
68
- ["One of the best teachers in all of life turns out to be what?"], # The second example
69
- ["what is your most meaningful relationship?"], # The third example
70
- ["What actually gives life meaning?"]
71
  ],
72
  inputs=[
73
  gr.Textbox(label="input text here", lines=3),
 
65
  description="original language model, no fine tuning",
66
  examples=[
67
  ["What is death?",7,5,0.2,1.5,0.9,50,True], # The first example
68
+ ["One of the best teachers in all of life turns out to be what?",7,5,0.2,1.5,0.9,50,True], # The second example
69
+ ["what is your most meaningful relationship?",7,5,0.2,1.5,0.9,50,True], # The third example
70
+ ["What actually gives life meaning?",7,5,0.2,1.5,0.9,50,True]
71
  ],
72
  inputs=[
73
  gr.Textbox(label="input text here", lines=3),