Leyo commited on
Commit
76f94cd
1 Parent(s): 192577c

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +2 -0
app_dialogue.py CHANGED
@@ -339,6 +339,7 @@ temperature = gr.Slider(
339
  maximum=5.0,
340
  value=0.4,
341
  step=0.1,
 
342
  interactive=True,
343
  label="Sampling temperature",
344
  info="Higher values will produce more diverse outputs.",
@@ -348,6 +349,7 @@ top_p = gr.Slider(
348
  maximum=0.99,
349
  value=0.8,
350
  step=0.01,
 
351
  interactive=True,
352
  label="Top P",
353
  info="Higher values is equivalent to sampling more low-probability tokens.",
 
339
  maximum=5.0,
340
  value=0.4,
341
  step=0.1,
342
+ visible=False,
343
  interactive=True,
344
  label="Sampling temperature",
345
  info="Higher values will produce more diverse outputs.",
 
349
  maximum=0.99,
350
  value=0.8,
351
  step=0.01,
352
+ visible=False,
353
  interactive=True,
354
  label="Top P",
355
  info="Higher values is equivalent to sampling more low-probability tokens.",