Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(css=css) as demo:
|
|
127 |
gr.Slider(minimum=1024, maximum=4096, step=128, value=2048, label="Max new tokens", render=False),
|
128 |
],
|
129 |
examples=[
|
130 |
-
['What is PrEP, and do I need it?'],
|
131 |
['What medications help manage being undetectable with HIV?'],
|
132 |
['How do I know if an abortion is the right option?'],
|
133 |
['How can I access birth-control in states where it is regulated?'],
|
|
|
127 |
gr.Slider(minimum=1024, maximum=4096, step=128, value=2048, label="Max new tokens", render=False),
|
128 |
],
|
129 |
examples=[
|
130 |
+
['What is PrEP, and how do I know if I need it?'],
|
131 |
['What medications help manage being undetectable with HIV?'],
|
132 |
['How do I know if an abortion is the right option?'],
|
133 |
['How can I access birth-control in states where it is regulated?'],
|