Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ interface2 = gr.Interface(fn=create_response_untethered,
|
|
214 |
title="untethered",
|
215 |
description="untethered fine tuning",
|
216 |
examples=[
|
217 |
-
["What is death?",5,0.2,1.5,0.9,True], # The first example
|
218 |
["One of the best teachers in all of life turns out to be what?",5,0.2,1.5,0.9,True,"untethered_model_name"], # The second example
|
219 |
["what is your most meaningful relationship?",5,0.2,1.5,0.9,True,"untethered_model_name"], # The third example
|
220 |
["What actually gives life meaning?",5,0.2,1.5,0.9,True,"untethered_model_name"]
|
|
|
214 |
title="untethered",
|
215 |
description="untethered fine tuning",
|
216 |
examples=[
|
217 |
+
["What is death?",5,0.2,1.5,0.9,True,"untethered_model_name"], # The first example
|
218 |
["One of the best teachers in all of life turns out to be what?",5,0.2,1.5,0.9,True,"untethered_model_name"], # The second example
|
219 |
["what is your most meaningful relationship?",5,0.2,1.5,0.9,True,"untethered_model_name"], # The third example
|
220 |
["What actually gives life meaning?",5,0.2,1.5,0.9,True,"untethered_model_name"]
|