KorWoody commited on
Commit
550f6cc
·
1 Parent(s): 2130dab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(css=css) as UnivChatbot:
94
  with gr.Column(scale=4):
95
  temperature = gr.Slider(
96
  label="Temperature",
97
- minimum=0.1,
98
  maximum=2.0,
99
  step=0.01,
100
  value=0.7,
@@ -102,7 +102,7 @@ with gr.Blocks(css=css) as UnivChatbot:
102
  with gr.Column(scale=4):
103
  top_p = gr.Slider(
104
  label="Top_p",
105
- minimum=0.1,
106
  maximum=1,
107
  step=0.01,
108
  value=0.5,
 
94
  with gr.Column(scale=4):
95
  temperature = gr.Slider(
96
  label="Temperature",
97
+ minimum=0,
98
  maximum=2.0,
99
  step=0.01,
100
  value=0.7,
 
102
  with gr.Column(scale=4):
103
  top_p = gr.Slider(
104
  label="Top_p",
105
+ minimum=0,
106
  maximum=1,
107
  step=0.01,
108
  value=0.5,