Add some space in notebook mode
This commit is contained in:
parent
af65c12900
commit
268abd1cba
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ def create_interface():
|
||||||
pass
|
pass
|
||||||
|
|
||||||
with gr.Column(scale=1):
|
with gr.Column(scale=1):
|
||||||
gr.Markdown("\n")
|
gr.HTML('<div style="padding-bottom: 13px"></div>')
|
||||||
shared.gradio['max_new_tokens'] = gr.Slider(minimum=shared.settings['max_new_tokens_min'], maximum=shared.settings['max_new_tokens_max'], step=1, label='max_new_tokens', value=shared.settings['max_new_tokens'])
|
shared.gradio['max_new_tokens'] = gr.Slider(minimum=shared.settings['max_new_tokens_min'], maximum=shared.settings['max_new_tokens_max'], step=1, label='max_new_tokens', value=shared.settings['max_new_tokens'])
|
||||||
|
|
||||||
create_prompt_menus()
|
create_prompt_menus()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue