crodri commited on
Commit
6ca1259
·
verified ·
1 Parent(s): 3b76bba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -152,7 +152,7 @@ def gradio_app():
152
  temperature = Slider(
153
  minimum=0.1,
154
  maximum=1,
155
- value=0.35,
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
- ["""What is Leukemia ? """], ["How do the outcomes of patients receiving GVHD prophylaxis with PTCy compare to those receiving rATG in terms of non-relapse mortality, relapse incidence, overall survival, progression-free survival, and GVHD-free relapse-free survival ?"]
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],