kamillkate commited on
Commit
bb621fd
·
verified ·
1 Parent(s): a34d1ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -956,8 +956,7 @@ def create_gradio_interface(model_path: str, default_max_tokens: int = 8192, att
956
  do_sample_checkbox = gr.Checkbox(
957
  value=False,
958
  label="Enable Sampling",
959
- info="Enable random sampling instead of deterministic decoding",
960
- visible=False
961
  )
962
 
963
  with gr.Column(visible=False) as sampling_params:
 
956
  do_sample_checkbox = gr.Checkbox(
957
  value=False,
958
  label="Enable Sampling",
959
+ info="Enable random sampling instead of deterministic decoding"
 
960
  )
961
 
962
  with gr.Column(visible=False) as sampling_params: