mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-10 07:34:00 +01:00
Remove default text from output box
This commit is contained in:
parent
01ac065d7e
commit
66f73c1b32
|
|
@ -251,7 +251,7 @@ else:
|
|||
cont = gr.Button("Continue")
|
||||
with gr.Column():
|
||||
with gr.Tab('Raw'):
|
||||
output_textbox = gr.Textbox(value=default_text, lines=15, label='Output')
|
||||
output_textbox = gr.Textbox(lines=15, label='Output')
|
||||
with gr.Tab('Markdown'):
|
||||
markdown = gr.Markdown()
|
||||
with gr.Tab('HTML'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue