Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -139,12 +139,12 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
139 |
gr.Slider(minimum=1024, maximum=4096, step=128, value=2048, label="Max new tokens", render=False),
|
140 |
],
|
141 |
examples=[
|
142 |
-
['What
|
143 |
-
['
|
144 |
-
['
|
145 |
-
['
|
146 |
cache_examples=False,
|
147 |
-
|
148 |
|
149 |
gr.Markdown(LICENSE)
|
150 |
|
|
|
139 |
gr.Slider(minimum=1024, maximum=4096, step=128, value=2048, label="Max new tokens", render=False),
|
140 |
],
|
141 |
examples=[
|
142 |
+
['What is PrEP, and do I need it?'],
|
143 |
+
['What medications help manage being undetectable with HIV?'],
|
144 |
+
['How do I know if an abortion is the right option?'],
|
145 |
+
['How can I access birth-control in states where it is regulated?']
|
146 |
cache_examples=False,
|
147 |
+
]
|
148 |
|
149 |
gr.Markdown(LICENSE)
|
150 |
|