JqzAugUST commited on
Commit
81a66fd
·
verified ·
1 Parent(s): 6004687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ def create_app():
284
  top_p = gr.Slider(minimum=0, maximum=1, value=0.95, step=0.01, label="Top-p", scale=1)
285
  use_eagle = gr.Checkbox(label="Speculative Decoding", value=True)
286
 
287
- blank_2 = gr.HTML("<div style='height:124px;'></div>")
288
 
289
  clear = gr.Button("Clear History")
290
 
 
284
  top_p = gr.Slider(minimum=0, maximum=1, value=0.95, step=0.01, label="Top-p", scale=1)
285
  use_eagle = gr.Checkbox(label="Speculative Decoding", value=True)
286
 
287
+ blank_2 = gr.HTML("<div style='height:128px;'></div>")
288
 
289
  clear = gr.Button("Clear History")
290