mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-26 01:30:20 +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")
|
cont = gr.Button("Continue")
|
||||||
with gr.Column():
|
with gr.Column():
|
||||||
with gr.Tab('Raw'):
|
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'):
|
with gr.Tab('Markdown'):
|
||||||
markdown = gr.Markdown()
|
markdown = gr.Markdown()
|
||||||
with gr.Tab('HTML'):
|
with gr.Tab('HTML'):
|
||||||
|
Loading…
Reference in New Issue
Block a user