Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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),
|