Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ def gradio_app():
|
|
152 |
temperature = Slider(
|
153 |
minimum=0.1,
|
154 |
maximum=1,
|
155 |
-
value=0.
|
156 |
label="Temperature"
|
157 |
)
|
158 |
|
@@ -216,7 +216,7 @@ def gradio_app():
|
|
216 |
with gr.Column(scale=0.5):
|
217 |
gr.Examples(
|
218 |
examples=[
|
219 |
-
["""
|
220 |
],
|
221 |
inputs=input_,
|
222 |
outputs=[output, source_context, context_evaluation],
|
|
|
152 |
temperature = Slider(
|
153 |
minimum=0.1,
|
154 |
maximum=1,
|
155 |
+
value=0.15,
|
156 |
label="Temperature"
|
157 |
)
|
158 |
|
|
|
216 |
with gr.Column(scale=0.5):
|
217 |
gr.Examples(
|
218 |
examples=[
|
219 |
+
[""" How can i stratify patients with acute GVHD?"""], ["Which is the treament for grade 2 cytokine release syndrome?"],["What is the second line treatment for chronic GVHD?"]
|
220 |
],
|
221 |
inputs=input_,
|
222 |
outputs=[output, source_context, context_evaluation],
|