Spaces:
Sleeping
Sleeping
smvaideesh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with demo:
|
|
128 |
gr.Slider(minimum=0.1,maximum=1.0,value=0.95,step=0.05,visible=False,label="Top-p (nucleus sampling)", ),
|
129 |
],
|
130 |
examples=[
|
131 |
-
["I am not well and feeling feverish, tired"],
|
132 |
["Can you guide me through quick health tips?"],
|
133 |
["How do I stop worrying about things I can't control?"],
|
134 |
],
|
|
|
128 |
gr.Slider(minimum=0.1,maximum=1.0,value=0.95,step=0.05,visible=False,label="Top-p (nucleus sampling)", ),
|
129 |
],
|
130 |
examples=[
|
131 |
+
["I am not well and feeling feverish, tired?"],
|
132 |
["Can you guide me through quick health tips?"],
|
133 |
["How do I stop worrying about things I can't control?"],
|
134 |
],
|