mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Autosave generated text in the Notebook tab (#7079)
This commit is contained in:
parent
d0befe0729
commit
faae4dc1b0
9 changed files with 325 additions and 52 deletions
|
|
@ -77,7 +77,7 @@ def handle_default_to_notebook_change(show_two_columns, default_input, default_o
|
|||
gr.update(),
|
||||
gr.update(),
|
||||
gr.update(),
|
||||
default_input,
|
||||
default_output,
|
||||
gr.update(value=default_prompt, choices=utils.get_available_prompts())
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue