smvaideesh commited on
Commit
ac62185
·
verified ·
1 Parent(s): 060e9f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  ],